Skip to content

Commit 156b6cb

Browse files
committed
1 parent 7c75a56 commit 156b6cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Task/youth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function TaskCenter() {
175175
if (dailys.title == "打卡赚钱" && ONCard == "true") {
176176
if (dailys.status == "0") {
177177
await punchCard()
178-
} else if (dailys.status == "1" && $.time("HH") == "05") {
178+
} else if (dailys.status == "1" && $.time("HH") == "05"||$.time("HH") == "13") {
179179
await endCard()
180180
}
181181
}

0 commit comments

Comments
 (0)