We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c628860 commit 81ccff6Copy full SHA for 81ccff6
Task/qqreads.js
@@ -642,7 +642,7 @@ function showmsg() {
642
tz += `\n\n========= 脚本执行-北京时间(UTC+8):${new Date(new Date().getTime() + 8 * 60 * 60 * 1000).toLocaleString()} \n\n`;
643
644
let d = new Date(new Date().getTime() + 8 * 60 * 60 * 1000);
645
-if (d.getHours()==3 && d.getMinutes()<=59 ) {
+if (d.getHours()==21 && d.getMinutes()<=20 ) {
646
notify.sendNotify(jsname,kz)
647
}
648
0 commit comments