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
+4 -3
View File
@@ -755,11 +755,12 @@ class CollectTab(QWidget):
text="请选择本轮要采集的商品范围。",
informative_text=(
"程序会逐个打开商品详情页检测状态并保存结果。"
"采集所有状态商品包含未上架、审核中和状态未知商品,"
"采集架上商品仅继续采集检测结果为正常的商品;"
"采集全部商品还包括未上架、审核中和状态未知商品,"
"可能增加采集时间,但本步骤不消耗 AI 点数。"
),
normal_text="只采集状态正常的商品",
all_text="采集所有状态的商品",
normal_text="采集架上商品",
all_text="采集全部商品",
normal_value=product_status.COLLECT_SCOPE_NORMAL_ONLY,
all_value=product_status.COLLECT_SCOPE_ALL,
normal_object_name="collectNormalOnlyButton",