We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefe578 commit f4f7eccCopy full SHA for f4f7ecc
1 file changed
Task/qqreads.js
@@ -629,12 +629,13 @@ tz+='【周时长奖励'+(i+1)+'】:领取'+Packageid[i]+'阅豆\n'
629
630
631
function showmsg() {
632
-tz += `\n\n========= 脚本执行时间(TM):${new Date(new Date().getTime() + 0 * 60 * 60 * 1000).toLocaleString('zh', {hour12: false})} \n\n`;
+tz += `\n\n========= 脚本执行-北京时间(UTC+8):${new Date(new Date().getTime() + 8 * 60 * 60 * 1000).toLocaleString()} \n\n`;
633
634
let d = new Date(new Date().getTime() + 8 * 60 * 60 * 1000);
635
- if (d.getHours()==0 && d.getMinutes()<=40 ) {
+if (d.getHours()==1 && d.getMinutes()<=59 ) {
636
notify.sendNotify(jsname,tz)
637
- }
+ }
638
+
639
if (notifyInterval==1)
640
$.msg(jsname,'',tz)//显示所有通知
641
0 commit comments