Files
xuanzhi-service/server/.ai-specs/doc-dict/book_process_status.md
wdh-home 65a5aac833
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
doc
2026-04-22 18:49:00 +08:00

12 lines
571 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 书籍处理状态
- 模块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 | 章节文件已生成并通过校验,可对外提供阅读 |