固化:章节索引更新流程

正确流程:
1. 章节存为 data/chapter-XX.json
2. 运行 node update-index.js 更新索引
3. 索引文件:data/chapters-index.json(非chapters.json)
This commit is contained in:
小虾米 2026-03-30 11:32:43 +08:00
parent 800d3cb607
commit 1c2406af51
2 changed files with 195 additions and 125 deletions

View File

@ -35,6 +35,13 @@
}
```
**索引更新命令:**
```bash
cd alacarte-novel-website && node update-index.js
```
- 更新 `data/chapters-index.json`(网站索引)
- 自动扫描所有 `chapter-XX.json` 文件
### 能力
- 中文小说创作支持
- 深度反思与自我提升

File diff suppressed because it is too large Load Diff