/utils/rm/config.js
nodeAddName:' → anjue',
/utils/pool/config.yaml
# openit
- https://raw.githubusercontent.com/yu-steven/openit/main/Clash.yaml #回环订阅
- https://raw.githubusercontent.com/yu-steven/openit/main/utils/pool/pool.yaml #入库订阅
# openit
- https://raw.githubusercontent.com/yu-steven/anjue39/main/Clash.yaml #回环订阅
- https://raw.githubusercontent.com/yu-steven/anjue39/main/utils/pool/pool.yaml #入库订阅
# TopPreeProxy
-https://raw.githubusercontent.com/alanbobs999/TopFreeProxies/master/sub/sub_merge_yaml.yml
/.github/workflows/Nodes.yaml
on:
# repository_dispatch: #https://www.chenshaowen.com/blog/how-to-trigger-github-action-remotely.html
# types:
# - Webhook
schedule: #UTC+0 #UTC+8
- cron: '*/35 0-8 * * 1-5' #工作日 上午8:00 - 下午4:00
- cron: '*/25 8-14 * * 1-5' #工作日 下午4:00 - 晚上10:00
- cron: '*/55 14-21 * * 1-4' #工作日 晚上10:00 - 次日凌晨5:00
- cron: '*/25 21-23 * * 1-5' #工作日 次日凌晨5:00 - 次日上午8:00
- cron: '*/25 14-21 * * 5' #星期五 晚上10:00 - 次日凌晨5:00
- cron: '*/25 * * * 0,6' #休息日 全天候
workflow_dispatch: #手动调试按钮