Skip to content

Commit

Permalink
Merge pull request #723 from RayWangQvQ/develop
Browse files Browse the repository at this point in the history
Update issue template
  • Loading branch information
RayWangQvQ committed May 11, 2024
2 parents 8d05155 + 6906890 commit e2a122b
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report-qinglong----.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: [QingLong]Bug report(缺陷)
name: QingLongBug report(缺陷)
about: 缺陷或异常(青龙专属)
title: "【Bug】【青龙】<请在标题中清晰地概述你要反馈的异常或缺陷>"
labels: ''
Expand Down
2 changes: 1 addition & 1 deletion qinglong/DefaultTasks/bili_task_base.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# 0 0 1 1 * bili_base.sh
# new Env("bili_base")
# cron 0 0 1 1 * bili_base.sh

# Stop script on NZEC
set -e
Expand Down
3 changes: 2 additions & 1 deletion qinglong/DefaultTasks/bili_task_daily.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# 0 9 * * * bili_task_daily.sh
# new Env("bili每日任务")
# cron 0 9 * * * bili_task_daily.sh

. bili_task_base.sh

target_task_code="Daily"
Expand Down
3 changes: 2 additions & 1 deletion qinglong/DefaultTasks/bili_task_liveFansMedal.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# 5 0 * * * bili_task_liveFansMedal.sh
# new Env("bili直播粉丝牌")
# cron 5 0 * * * bili_task_liveFansMedal.sh

. bili_task_base.sh

target_task_code="LiveFansMedal"
Expand Down
3 changes: 2 additions & 1 deletion qinglong/DefaultTasks/bili_task_liveLottery.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# 0 13 * * * bili_task_liveLottery.sh
# new Env("bili天选时刻")
# cron 0 13 * * * bili_task_liveLottery.sh

. bili_task_base.sh

target_task_code="LiveLottery"
Expand Down
3 changes: 2 additions & 1 deletion qinglong/DefaultTasks/bili_task_login.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# 0 0 1 1 * bili_task_login.sh
# new Env("bili扫码登录")
# cron 0 0 1 1 * bili_task_login.sh

. bili_task_base.sh

target_task_code="Login"
Expand Down
3 changes: 2 additions & 1 deletion qinglong/DefaultTasks/bili_task_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# 0 8 * * * bili_task_test.sh
# new Env("bili测试ck")
# cron 0 8 * * * bili_task_test.sh

. bili_task_base.sh

target_task_code="Test"
Expand Down
2 changes: 1 addition & 1 deletion qinglong/DefaultTasks/bili_task_tryFix.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# 0 0 1 1 * bili_task_tryFix.sh
# new Env("bili尝试修复异常")
# cron 0 0 1 1 * bili_task_tryFix.sh

dir_shell=$QL_DIR/shell
. $dir_shell/share.sh
Expand Down
3 changes: 2 additions & 1 deletion qinglong/DefaultTasks/bili_task_unfollowBatched.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# 0 12 1 * * bili_task_unfollowBatched.sh
# new Env("bili批量取关主播")
# cron 0 12 1 * * bili_task_unfollowBatched.sh

. bili_task_base.sh

target_task_code="UnfollowBatched"
Expand Down
3 changes: 2 additions & 1 deletion qinglong/DefaultTasks/bili_task_vipBigPoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# 7 1 * * * bili_task_vipBigPoint.sh
# new Env("bili大会员大积分")
# cron 7 1 * * * bili_task_vipBigPoint.sh

. bili_task_base.sh

target_task_code="VipBigPoint"
Expand Down
5 changes: 3 additions & 2 deletions qinglong/DefaultTasks/dev/bili_dev_task_base.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# new Env("bili_dev_task_base")
# cron 0 0 1 1 * bili_dev_task_base.sh
#0 0 1 1 * bili_dev_task_base.sh
#new Env("bili_dev_task_base");
#

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

. bili_dev_task_base.sh

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

. bili_dev_task_base.sh

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

. bili_dev_task_base.sh

target_task_code="LiveLottery"
Expand Down
3 changes: 2 additions & 1 deletion qinglong/DefaultTasks/dev/bili_dev_task_login.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# 0 0 1 1 * bili_dev_task_login.sh
# new Env("bili扫码登录[dev先行版]")
# cron 0 0 1 1 * bili_dev_task_login.sh

. bili_dev_task_base.sh

target_task_code="Login"
Expand Down
3 changes: 2 additions & 1 deletion qinglong/DefaultTasks/dev/bili_dev_task_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# 0 8 * * * bili_dev_task_test.sh
# new Env("bili测试ck[dev先行版]")
# cron 0 8 * * * bili_dev_task_test.sh

. bili_dev_task_base.sh

target_task_code="Test"
Expand Down
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,6 +1,6 @@
#!/usr/bin/env bash
# 0 0 1 1 * bili_dev_task_tryFix.sh
# new Env("bili尝试修复异常[dev先行版]")
# cron 0 0 1 1 * bili_dev_task_tryFix.sh

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

. bili_dev_task_base.sh

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

. bili_dev_task_base.sh

target_task_code="VipBigPoint"
Expand Down

0 comments on commit e2a122b

Please sign in to comment.