Skip to content

Commit 81ccff6

Browse files
author
ziye12
authored
Update qqreads.js
1 parent c628860 commit 81ccff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Task/qqreads.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ function showmsg() {
642642
tz += `\n\n========= 脚本执行-北京时间(UTC+8):${new Date(new Date().getTime() + 8 * 60 * 60 * 1000).toLocaleString()} \n\n`;
643643

644644
let d = new Date(new Date().getTime() + 8 * 60 * 60 * 1000);
645-
if (d.getHours()==3 && d.getMinutes()<=59 ) {
645+
if (d.getHours()==21 && d.getMinutes()<=20 ) {
646646
notify.sendNotify(jsname,kz)
647647
}
648648

0 commit comments

Comments
 (0)