feat: Implement thread-safe account and statistics management and integrate proxy support for all external requests.

This commit is contained in:
2026-02-13 03:32:27 +08:00
parent 1c58279292
commit ef23318090
12 changed files with 1041 additions and 84 deletions

View File

@@ -30,3 +30,6 @@ domains = ["example.com"]
# base_url = "https://mail2.example.com/"
# api_token = "your_api_token_here"
# domains = ["domain2.com", "domain3.com"]
# --- 代理配置 ---
# 代理从 proxy.txt 文件加载,格式: host:port:user:pass每行一个