feat: 调整验证脚本逻辑,增加去重记录

This commit is contained in:
tbphp
2025-06-07 14:05:47 +08:00
parent 1feeb2c8ac
commit 7780ea716e
2 changed files with 56 additions and 36 deletions

View File

@@ -184,7 +184,7 @@ compose-down:
.PHONY: validate-keys
validate-keys:
@echo "🐍 使用 Python 版本验证密钥..."
python3 scripts/validate-keys.py -c 300 -t 15
python3 scripts/validate-keys.py -c 100 -t 15
# 健康检查
.PHONY: health