This commit is contained in:
2026-01-25 05:40:08 +08:00
parent af161cca4f
commit 32e926c4af
9 changed files with 1495 additions and 13 deletions

View File

@@ -234,3 +234,12 @@ email_domains = ["@example.com", "@example.org"]
sepa_ibans = []
# 是否启用随机指纹 (User-Agent, WebGL, 分辨率等)
random_fingerprint = true
# 注册模式选择:
# - "api": 协议模式 (默认),使用 API 快速完成注册,仅支付环节使用浏览器
# 协议模式更快,需要安装 curl_cffi: pip install curl_cffi
# - "browser": 浏览器自动化模式,全程使用 DrissionPage 浏览器自动化
register_mode = "api"
# 协议模式代理 (仅协议模式使用,格式: http://127.0.0.1:7890)
api_proxy = ""