doc
Some checks failed
CI / init (push) Has been cancelled
CI / Frontend node 18.16.0 (push) Has been cancelled
CI / Backend go (1.22) (push) Has been cancelled
CI / devops-test (1.22, 18.16.0) (push) Has been cancelled
CI / release-pr (push) Has been cancelled
CI / release-please (push) Has been cancelled
CI / devops-prod (1.22, 18.x) (push) Has been cancelled
CI / docker (push) Has been cancelled

This commit is contained in:
2026-04-22 18:49:00 +08:00
parent a3b97cda1e
commit 65a5aac833
4 changed files with 751 additions and 21 deletions

View File

@@ -0,0 +1,11 @@
# 书籍处理状态
- 模块book
- 字典编码:`book_process_status`
| Label | Value | Sort | Status | Desc |
|:---|:---|:---|:---|:---|
| 文件准备 | `file_ready` | 10 | true | 原始整本书文件已准备好,可进入拆分流程 |
| 拆分章节 | `chapter_splitting` | 20 | true | 系统正在把整本书拆分成多个章节文件 |
| 验证章节 | `chapter_verifying` | 30 | true | 系统正在校验章节拆分结果与内容完整性 |
| 完成 | `process_completed` | 40 | true | 章节文件已生成并通过校验,可对外提供阅读 |