Skip to content

Commit 9fc1447

Browse files
author
ziye12
authored
Update qqreads.js
1 parent 1143184 commit 9fc1447

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Task/qqreads.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,8 @@ tz+='【周时长奖励'+(i+1)+'】:领取'+Packageid[i]+'阅豆\n'
631631
function showmsg() {
632632
tz += `\n\n========= 脚本执行时间(TM):${new Date(new Date().getTime() + 0 * 60 * 60 * 1000).toLocaleString('zh', {hour12: false})} \n\n`;
633633

634-
if ($.isNode()&&$.time('HH')==21)notify.sendNotify(jsname,tz)
634+
if ($.isNode()&&$.time('HH')=21)
635+
notify.sendNotify(jsname,tz)
635636

636637
if (notifyInterval==1)
637638
$.msg(jsname,'',tz)//显示所有通知

0 commit comments

Comments
 (0)