feat: Implement result deduplication by email and enhance summary reporting to detail only failed accounts.

This commit is contained in:
2026-01-18 06:59:35 +08:00
parent 49cb2430c8
commit 95fa705768
3 changed files with 135 additions and 15 deletions

1
run.py
View File

@@ -521,7 +521,6 @@ def process_accounts(accounts: list, team_name: str, team_index: int = 0,
)
results.append(result)
_current_results.append(result)
# 更新进度: 账号完成
is_success = result["status"] in ("success", "completed")