固化:章节索引更新流程
正确流程: 1. 章节存为 data/chapter-XX.json 2. 运行 node update-index.js 更新索引 3. 索引文件:data/chapters-index.json(非chapters.json)
This commit is contained in:
parent
800d3cb607
commit
1c2406af51
@ -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
Loading…
Reference in New Issue
Block a user