完善文案的状态流转

This commit is contained in:
sjk
2025-12-20 01:05:46 +08:00
parent 6802624e59
commit 15b579d64a
13 changed files with 547 additions and 181 deletions

View File

@@ -27,7 +27,7 @@ xhs:
python_service_url: "http://localhost:8000" # Python服务地址
scheduler:
enabled: true # 是否启用定时任务
enabled: false # 是否启用定时任务
publish_cron: "* * * * * *" # 每1小时执行一次开发环境测试用
max_concurrent: 2 # 最大并发发布数
publish_timeout: 300 # 发布超时时间(秒)

View File

@@ -27,7 +27,7 @@ xhs:
python_service_url: "http://localhost:8000" # Python服务地址生产环境请修改为实际地址
scheduler:
enabled: true # 是否启用定时任务
enabled: false # 是否启用定时任务
publish_cron: "0 0 */2 * * *" # 每2小时执行一次防封号策略
max_concurrent: 2 # 最大并发发布数
publish_timeout: 300 # 发布超时时间(秒)