Sync all projects

This commit is contained in:
github-actions[bot]
2026-07-20 15:16:34 +00:00
parent 1921252237
commit d92dc49c7e
15 changed files with 8872 additions and 8482 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '0 0 * * *' # 每自动运行一次
- cron: '0 */3 * * *' # 每3小时自动运行一次
workflow_dispatch: # 支持手动点击触发
jobs:
+1 -1
View File
@@ -2,7 +2,7 @@ name: 自动调用API解密并注入Sites生成moyu.json
on:
schedule:
- cron: '0 0 * * *' # 每天早上 8:00 自动运行
- cron: '0 */3 * * *' # 每3小时 自动运行
workflow_dispatch: # 支持手动点击按钮运行
jobs: