feat(collect): simplify scope option copy

This commit is contained in:
chengma
2026-07-18 17:32:36 +08:00
parent b0ef62c21a
commit 1d703f1c94
6 changed files with 16 additions and 10 deletions
+5 -2
View File
@@ -1,7 +1,7 @@
---
id: T-664
title: 采集范围按钮文案简化
status: TODO
status: DONE
phase: 7
deps: [T-663]
created: 2026-07-18
@@ -50,4 +50,7 @@ git diff --check
## 执行记录
- 待实现。
- ①范围选择框默认按钮改为“采集架上商品”,扩展按钮改为“采集全部商品”;保留原有 objectName、颜色、布局、键盘行为与 `normal_only/all/None` 返回值。
- 说明文字明确“架上商品”只继续采集检测结果为正常的商品,“全部商品”还包括未上架、审核中和状态未知商品;②生成范围文案未改。
- 同步更新 `docs/routes.md`、`docs/04-architecture.md`、`docs/api.md` 和 GUI 断言。
- 验证通过:`py -3.10 -m unittest tests.test_gui`(202 项)、`py -3.10 -m unittest discover -s tests`(617 项)、`py -3.10 -m ruff check app tests main.py`、`py -3.10 -m compileall app main.py`、`git diff --check`。