feat: CtLayout01 커스텀 콘텐츠 기능 개선

This commit is contained in:
김형길 (Gil)
2026-02-09 06:24:48 +00:00
parent 9a05db2596
commit 3467da8ad2
7 changed files with 902 additions and 54 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