update
This commit is contained in:
@@ -220,3 +220,17 @@ notify_on_error = true
|
||||
check_interval = 3600
|
||||
# 低库存预警阈值 (正常账号数低于此值时预警)
|
||||
low_stock_threshold = 10
|
||||
|
||||
# ==================== AutoGPTPlus 配置 ====================
|
||||
# 独立的 ChatGPT 订阅自动化脚本配置
|
||||
[autogptplus]
|
||||
# Cloud Mail API Token
|
||||
mail_api_token = "your-cloud-mail-token"
|
||||
# Cloud Mail API 地址
|
||||
mail_api_base = "https://your-cloud-mail.com"
|
||||
# 可用邮箱域名列表
|
||||
email_domains = ["@example.com", "@example.org"]
|
||||
# SEPA IBAN 列表 (也可通过 Bot /iban_add 命令导入到 sepa_ibans.txt)
|
||||
sepa_ibans = []
|
||||
# 是否启用随机指纹 (User-Agent, WebGL, 分辨率等)
|
||||
random_fingerprint = true
|
||||
|
||||
Reference in New Issue
Block a user