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