fix: 兼容款式与套餐规格分组 (#166)

This commit is contained in:
chengma
2026-08-11 17:07:17 +08:00
parent f5d91cd707
commit 9c7e715489
5 changed files with 204 additions and 9 deletions
+4
View File
@@ -77,7 +77,9 @@ _DIAGNOSTIC_MARKERS = (
"现在买",
"确认购买",
"颜色分类",
"款式",
"尺码",
"套餐",
"安全验证",
"手机号登录",
"操作频繁",
@@ -420,6 +422,8 @@ def _has_confirmation_panel_evidence(panel: ET.Element) -> bool:
"尺碼",
"规格",
"規格",
"款式",
"套餐",
}
for label in labels
)