docs: 补强 V1 数据与测试设计

- 扩展 SQLite schema:新增 batches、Excel 行定位、stage/status、时间戳和重试字段

- 明确 SQLite worker 并发规则:独立 connection、WAL、busy_timeout、短事务

- 调整 AI 接入顺序:先做模型清单后端,再接真实 ai.py,设置页复用后端

- 补充 unittest 测试基座要求和分层验证策略

- 敏感信息改为本地明文保存,配合 gitignore、UI 打码和日志脱敏
This commit is contained in:
chengma
2026-06-26 16:27:33 +08:00
parent 92735ae7a4
commit 3832697fc4
15 changed files with 152 additions and 62 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
<rect class="card" x="0" y="0" width="168" height="210" rx="8"/>
<text class="tt" x="14" y="28">④ 账号管理</text>
<text class="ds" x="14" y="52">账号名/别名/端口</text>
<text class="ds" x="14" y="72">密码加密·仅参考</text>
<text class="ds" x="14" y="72">密码本地明文·仅参考</text>
<text class="ds" x="14" y="92">独立 user-data-dir</text>
<text class="ds" x="14" y="112">启动并登录(人工)</text>
<text class="ds" x="14" y="132">检测登录状态</text>

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB