From ca4d9698f6555243d35aec7fa809ba1a94350abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chyeonggkim=E2=80=9D?= <“hyeonggkim@smilegate.com”> Date: Wed, 21 Jan 2026 18:39:54 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=BB=A4=EC=8A=A4=ED=85=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/composables/useTemplateRegistry.ts | 2 + layers/templates/CtLayout01/index.vue | 562 ++++++++++++++++++++++ 2 files changed, 564 insertions(+) create mode 100644 layers/templates/CtLayout01/index.vue diff --git a/layers/composables/useTemplateRegistry.ts b/layers/composables/useTemplateRegistry.ts index 422e707..b3451f2 100644 --- a/layers/composables/useTemplateRegistry.ts +++ b/layers/composables/useTemplateRegistry.ts @@ -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 diff --git a/layers/templates/CtLayout01/index.vue b/layers/templates/CtLayout01/index.vue new file mode 100644 index 0000000..de82678 --- /dev/null +++ b/layers/templates/CtLayout01/index.vue @@ -0,0 +1,562 @@ + + + + + + + {{ tm('Newreturnevent_Section03_Title') }} + + + + + + \ No newline at end of file