feat: 新增401错误自动禁用Token功能、优化任务进度显示及日志状态判断逻辑

This commit is contained in:
TheSmallHanCat
2026-01-24 13:02:58 +08:00
parent 4b471ccb2b
commit 5342435512
6 changed files with 65 additions and 10 deletions

View File

@@ -34,6 +34,8 @@ error_ban_threshold = 3
# 任务失败重试配置
task_retry_enabled = true
task_max_retries = 3
# 401错误自动禁用token
auto_disable_on_401 = true
[proxy]
proxy_enabled = false