服务端
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 15:49:50 +08:00
parent 05ee541420
commit 8164eec650
18 changed files with 1115 additions and 251 deletions

View File

@@ -0,0 +1,9 @@
# 书籍完结状态
- 模块book
- 字典编码:`book_completion_status`
| Label | Value | Sort | Status | Desc |
|:---|:---|:---|:---|:---|
| 完结 | `completed` | 10 | true | 书籍内容已全部发布完成,不再持续新增章节 |
| 连载 | `serializing` | 20 | true | 书籍内容仍在持续发布,后续还会新增章节 |