commit
This commit is contained in:
@@ -33,6 +33,19 @@ browser_pool:
|
||||
preheat_enabled: true # 是否启用预热
|
||||
preheat_url: "https://creator.xiaohongshu.com/login" # 预热URL(根据login.page自动调整)
|
||||
|
||||
# ========== AdsPower指纹浏览器配置 ==========
|
||||
adspower:
|
||||
enabled: true # 是否启用AdsPower指纹浏览器(用于小红书登录等场景)
|
||||
api_base: "http://127.0.0.1:50325" # AdsPower本地API地址
|
||||
api_key: "e5afd5a4cead5589247febbeabc39bcb" # AdsPower API Key(可选)
|
||||
user_id: "user_h235l72" # AdsPower用户ID(可选)
|
||||
default_group_id: "0" # 默认分组ID
|
||||
# 指纹配置
|
||||
fingerprint:
|
||||
automatic_timezone: true # 自动设置时区
|
||||
language: ["zh-CN", "zh"] # 浏览器语言
|
||||
user_agent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" # User-Agent
|
||||
|
||||
# ========== 登录/绑定功能配置 ==========
|
||||
login:
|
||||
headless: false # 登录/绑定时的浏览器模式: false=有头模式(方便用户操作),true=无头模式
|
||||
@@ -40,7 +53,7 @@ login:
|
||||
|
||||
# ========== 定时发布调度器配置 ==========
|
||||
scheduler:
|
||||
enabled: false # 是否启用定时任务
|
||||
enabled: true # 是否启用定时任务
|
||||
cron: "*/5 * * * * *" # Cron表达式(秒 分 时 日 月 周) - 每5秒执行一次(开发环境测试)
|
||||
max_concurrent: 2 # 最大并发发布数
|
||||
publish_timeout: 300 # 发布超时时间(秒)
|
||||
@@ -57,8 +70,11 @@ scheduler:
|
||||
|
||||
# ========== 代理池配置 ==========
|
||||
proxy_pool:
|
||||
enabled: false # 默认关闭,按需开启
|
||||
api_url: "http://api.tianqiip.com/getip?secret=lu29e593&num=1&type=txt&port=1&mr=1&sign=4b81a62eaed89ba802a8f34053e2c964"
|
||||
enabled: true # 启用大麦IP代理池,每次登录使用不同IP
|
||||
api_url: "https://api2.damaiip.com/index.php?s=/front/user/getIPlist&xsn=2912cb2b22d3b7ae724f045012790479&osn=TC_NO176707424165606223&tiqu=1"
|
||||
# 大麦IP代理认证信息(白名单模式可留空)
|
||||
username: "69538fdef04e1" # 代理用户名
|
||||
password: "63v0kQBr2yJXnjf" # 代理密码
|
||||
|
||||
# ========== 阿里云短信配置 ==========
|
||||
ali_sms:
|
||||
|
||||
Reference in New Issue
Block a user