新增渠道更新

This commit is contained in:
cc
2026-04-02 22:14:46 +08:00
parent 4a13d3209b
commit 54ed35ffb3
8 changed files with 794 additions and 39 deletions

View File

@@ -4,6 +4,8 @@ on:
schedule:
- cron: '0 2 * * *' # 每天 UTC 02:00北京时间 10:00
workflow_dispatch: # 支持手动触发
pull_request: # 监控 PR
branches: [ main, dev ]
permissions:
contents: read