Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonyang170/gametimepause
加速器时长自动暂停
https://github.com/jasonyang170/gametimepause
game-timer game-tool github-actions python-script script
Last synced: about 2 months ago
JSON representation
加速器时长自动暂停
- Host: GitHub
- URL: https://github.com/jasonyang170/gametimepause
- Owner: JasonYANG170
- License: gpl-3.0
- Created: 2024-02-29T06:23:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T04:40:54.000Z (8 months ago)
- Last Synced: 2024-04-18T05:38:39.245Z (8 months ago)
- Topics: game-timer, game-tool, github-actions, python-script, script
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 支持平台
- ✅ 雷神加速器
- ✅ NN加速器如您使用其他以时间结算的加速器请向我提出issues
## 使用教程
1.请先Fork本项目。2.在仓库的Settings-Secrets-Actions中分别New repository secrets以下两个变量
- PHONE(填写您注册的手机号)
- PASSWORD(填写您的账户密码)
- TOKEN(可选 填写PUSHPLUS的Token)
3.点击仓库的Actions,再点击“I understand my workflows, go ahead and enable them”的绿色按钮启用actions4.在左侧边栏找到“pause”并点击,再点击右侧的“Enable workflow”启用此action
5.默认每天凌晨3点(UTC+8)执行定时任务(由于github action的特性,可能会延迟20分钟左右),如需修改请手动更改- cron: '0 19 * * *'字段,生成表达式可以用https://crontab.guru/