Skip to content

Commit f4f7ecc

Browse files
author
ziye12
authored
Update qqreads.js
1 parent eefe578 commit f4f7ecc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Task/qqreads.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -629,12 +629,13 @@ tz+='【周时长奖励'+(i+1)+'】:领取'+Packageid[i]+'阅豆\n'
629629

630630

631631
function showmsg() {
632-
tz += `\n\n========= 脚本执行时间(TM):${new Date(new Date().getTime() + 0 * 60 * 60 * 1000).toLocaleString('zh', {hour12: false})} \n\n`;
632+
tz += `\n\n========= 脚本执行-北京时间(UTC+8):${new Date(new Date().getTime() + 8 * 60 * 60 * 1000).toLocaleString()} \n\n`;
633633

634634
let d = new Date(new Date().getTime() + 8 * 60 * 60 * 1000);
635-
if (d.getHours()==0 && d.getMinutes()<=40 ) {
635+
if (d.getHours()==1 && d.getMinutes()<=59 ) {
636636
notify.sendNotify(jsname,tz)
637-
}
637+
}
638+
638639
if (notifyInterval==1)
639640
$.msg(jsname,'',tz)//显示所有通知
640641

0 commit comments

Comments
 (0)