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