forked from carrydela/autoClaude
feat: Implement thread-safe account and statistics management and integrate proxy support for all external requests.
This commit is contained in:
@@ -31,3 +31,7 @@ TG_ALLOWED_USERS: list[int] = _cfg["telegram"].get("allowed_users", [])
|
||||
|
||||
# --- 邮箱系统 ---
|
||||
MAIL_SYSTEMS: list[dict] = _cfg.get("mail", [])
|
||||
|
||||
# --- 代理池 ---
|
||||
# 代理逻辑统一由 proxy_pool.py 管理,这里只做 re-export 保持兼容
|
||||
from proxy_pool import get_proxy, get_proxy_count # noqa: E402, F401
|
||||
|
||||
Reference in New Issue
Block a user