Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix[#728]: compatible with qinglong history versions #729

Merged
merged 13 commits into from
May 18, 2024
Prev Previous commit
Next Next commit
fix: fix qinglong cron read error
RayWangQvQ committed May 13, 2024
commit 4353f41511aebface72b97db9de921212cc269ba
5 changes: 2 additions & 3 deletions qinglong/DefaultTasks/dev/bili_dev_task_base.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
#0 0 1 1 * bili_dev_task_base.sh
#new Env("bili_dev_task_base");
#
# cron:0 0 1 1 *
# new Env("bili_dev_task_base");

# Stop script on NZEC
set -e
1 change: 0 additions & 1 deletion qinglong/DefaultTasks/dev/bili_dev_task_daily.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
# cron:5 9 * * *
# new Env('bili每日任务[dev先行版]');
#

. bili_dev_task_base.sh

2 changes: 1 addition & 1 deletion qinglong/DefaultTasks/dev/bili_dev_task_liveFansMedal.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# 5 0 * * * bili_dev_task_liveFansMedal.sh
# cron:5 0 * * *
# new Env("bili直播粉丝牌[dev先行版]")

. bili_dev_task_base.sh
2 changes: 1 addition & 1 deletion qinglong/DefaultTasks/dev/bili_dev_task_liveLottery.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# 0 13 * * * bili_dev_task_liveLottery.sh
# cron:0 13 * * *
# new Env("bili天选时刻[dev先行版]")

. bili_dev_task_base.sh
2 changes: 1 addition & 1 deletion qinglong/DefaultTasks/dev/bili_dev_task_login.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# 0 0 1 1 * bili_dev_task_login.sh
# cron:0 0 1 1 *
# new Env("bili扫码登录[dev先行版]")

. bili_dev_task_base.sh
2 changes: 1 addition & 1 deletion qinglong/DefaultTasks/dev/bili_dev_task_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# 0 8 * * * bili_dev_task_test.sh
# cron:0 8 * * *
# new Env("bili测试ck[dev先行版]")

. bili_dev_task_base.sh
2 changes: 1 addition & 1 deletion qinglong/DefaultTasks/dev/bili_dev_task_tryFix.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# 0 0 1 1 * bili_dev_task_tryFix.sh
# cron:0 0 1 1 *
# new Env("bili尝试修复异常[dev先行版]")

dir_shell=$QL_DIR/shell
2 changes: 1 addition & 1 deletion qinglong/DefaultTasks/dev/bili_dev_task_unfollowBatched.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# 0 12 1 * * bili_dev_task_unfollowBatched.sh
# cron:0 12 1 * *
# new Env("bili批量取关主播[dev先行版]")

. bili_dev_task_base.sh
2 changes: 1 addition & 1 deletion qinglong/DefaultTasks/dev/bili_dev_task_vipBigPoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# 7 1 * * * bili_dev_task_vipBigPoint.sh
# cron:7 1 * * *
# new Env("bili大会员大积分[dev先行版]")

. bili_dev_task_base.sh