feat: improve skill import and runtime delivery

This commit is contained in:
lofyer
2026-08-07 21:01:17 +08:00
parent 954b42ef55
commit 417a9fccb6
63 changed files with 6136 additions and 527 deletions
@@ -0,0 +1,18 @@
{
"title": "项目名称",
"subtitle": "技术方案",
"author": "编制单位:____________________",
"date": "编制日期:____________________",
"output": "../dist/document.docx",
"toc_depth": 3,
"chapters": [
{
"path": "chapters/01-overview.md",
"page_break_before": false
},
{
"path": "chapters/02-design.md",
"page_break_before": true
}
]
}