jianzhihuixiang/skills/tencent-docs/doc/doc_format/templates/essay.json
小虾米 f8894dd3f3 fix: 修复上一章/下一章导航对小数章节(如107.5)的支持
- updateNavButtons: 改用数组索引查找,而非简单的+1/-1
- updateSidebarHighlight: 使用parseFloat比较章节ID
- updateMobileTOCHighlight: 使用parseFloat比较章节ID
- 更新版本号强制刷新缓存
2026-03-27 17:42:41 +08:00

23 lines
511 B
JSON

{
"schema": {
"structure": "doc",
"children": [
{
"structure": "Title",
"description": "作文标题,一般位于文档开头段落",
"examples": [
"作文标题",
"我的父亲"
],
"required": true,
"multiple": false
},
{
"structure": "Text",
"description": "作文正文内容,及无法匹配内容",
"required": true,
"multiple": true
}
]
}
}