feat: 커스텀 수정 중

This commit is contained in:
“hyeonggkim”
2026-01-21 18:39:54 +09:00
parent 927f7ace3b
commit ca4d9698f6
2 changed files with 564 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ import FxDownload01 from '#layers/templates/FxDownload01/index.vue'
import FxCoupon01 from '#layers/templates/FxCoupon01/index.vue'
import FxSecure01 from '#layers/templates/FxSecure01/index.vue'
import FxPreregist01 from '#layers/templates/FxPreregist01/index.vue'
import CtLayout01 from '#layers/templates/CtLayout01/index.vue'
const templateRegistry = {
GR_VISUAL_01: { component: GrVisual01 },
@@ -32,6 +33,7 @@ const templateRegistry = {
FX_COUPON_01: { component: FxCoupon01 },
FX_SECURE_01: { component: FxSecure01 },
FX_PREREGIST_01: { component: FxPreregist01 },
CT_LAYOUT_01: { component: CtLayout01 },
} as const
type TemplateKey = keyof typeof templateRegistry