Skip to content

Commit

Permalink
优化自动执行脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu8Can committed Nov 7, 2024
1 parent 60086ac commit eb9185c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows → .github/workflows/quark_signin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Quark Sign-in
on:
schedule:
- cron: '0 1 * * *' # 每天 UTC 时间 1:00 执行,即北京时间 9:00

workflow_dispatch: # 手动触发

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 夸克网盘自动签到

本项目实现了夸克网盘的自动签到功能,通过 GitHub Actions 自动执行,领取每日签到奖励空间,让用户无需手动签到。
本项目基于 BNDou大佬的项目中夸克网盘自动签到的子功能 https://github.com/BNDou/Auto_Check_In 修改而来
本项目基于 `BNDou`大佬的项目中夸克网盘自动签到的子功能 https://github.com/BNDou/Auto_Check_In 修改而来

## 功能简介

Expand Down

0 comments on commit eb9185c

Please sign in to comment.