📦 Initialize Geulbeot structure and merge Prompts & test projects
This commit is contained in:
16
02. Prompts/문서생성/domain/도메인_문서생성_표지_목차_v01.md
Normal file
16
02. Prompts/문서생성/domain/도메인_문서생성_표지_목차_v01.md
Normal file
@@ -0,0 +1,16 @@
|
||||
const TEMPLATE_REGISTRY = [
|
||||
{
|
||||
id: "A",
|
||||
name: "A type",
|
||||
desc: "표지 목차 요약 본문 구조",
|
||||
preview: () => buildPreviewA(),
|
||||
apply: (doc) => applyTemplateA(doc),
|
||||
},
|
||||
{
|
||||
id: "B",
|
||||
name: "B type",
|
||||
desc: "다단 본문 중심 구조",
|
||||
preview: () => buildPreviewB(),
|
||||
apply: (doc) => applyTemplateB(doc),
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user