feat(server): expose ingest state in /status; doc auto-ingest in README

This commit is contained in:
Misaka_Company
2026-07-24 11:16:19 +08:00
parent 327f77a727
commit 615661c275
2 changed files with 10 additions and 1 deletions

View File

@@ -137,6 +137,14 @@ inbound-verify
[0] 退出
```
### DB CLI入库
```bash
# DB CLI建库 / 初始化 / 灌数据 / 全流程 / 单站单类
.venv/Scripts/python.exe -m inbound_verify.store createdb # 或 init | ingest | ingest-one <site> <kind> | all
# 注下载成功后会自动入库postgres.auto_ingest默认开ingest-one 用于手动重灌指定站/类。
```
---
## 六、架构