We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c75a56 commit 156b6cbCopy full SHA for 156b6cb
1 file changed
Task/youth.js
@@ -175,7 +175,7 @@ function TaskCenter() {
175
if (dailys.title == "打卡赚钱" && ONCard == "true") {
176
if (dailys.status == "0") {
177
await punchCard()
178
- } else if (dailys.status == "1" && $.time("HH") == "05") {
+ } else if (dailys.status == "1" && $.time("HH") == "05"||$.time("HH") == "13") {
179
await endCard()
180
}
181
0 commit comments