feat. 공통 로그 변경, 고정 템플릿 로그 추가

This commit is contained in:
clkim
2025-12-15 15:25:32 +09:00
parent 966c66fe7b
commit f955b76e62
39 changed files with 670 additions and 795 deletions

View File

@@ -1,6 +1,4 @@
<script setup lang="ts">
import type { ClassType } from '#layers/types/Common'
interface Props {
src: string
type?: 'mp4' | 'webm'
@@ -9,7 +7,7 @@ interface Props {
muted?: boolean
loop?: boolean
bordered?: boolean
class?: ClassType
class?: string
}
const props = withDefaults(defineProps<Props>(), {