全流程运行测试完毕

This commit is contained in:
2026-04-26 19:40:24 +08:00
parent b34239f5ea
commit afea2695b2
7 changed files with 21470 additions and 182 deletions

View File

@@ -46,8 +46,8 @@ def main() -> int:
action_m = re.search(r"-\s*建议动作:\s*(.+)", section)
action = action_m.group(1).strip() if action_m else ""
# 仅保留“建议动作: 保留关注”的UP。
if action != "保留关注":
# 反逻辑:没有"建议动作: 可以取关"就保留
if action == "可以取关":
continue
ai_m = re.search(r"###\s*AI分析\s*\n([\s\S]*?)(?=\n###\s|\Z)", section)
@@ -101,4 +101,4 @@ def main() -> int:
if __name__ == "__main__":
raise SystemExit(main())
raise SystemExit(main())