Skip to content

Commit 2cd6ca4

Browse files
author
ziye12
authored
Update qqreads.js
1 parent b11b584 commit 2cd6ca4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Task/qqreads.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@ K += 1;
209209
all();
210210
} else if (i == 16 && K == qqreadhdArr.length - 1) {
211211
showmsg();//通知
212-
console.log(tz)
213-
if ($.isNode())notify.sendNotify(jsname,tz)
212+
console.log(tz)
214213
$.done();
215214
}
216215
},
@@ -632,6 +631,8 @@ tz+='【周时长奖励'+(i+1)+'】:领取'+Packageid[i]+'阅豆\n'
632631
function showmsg() {
633632
tz += `\n\n========= 脚本执行时间(TM):${new Date(new Date().getTime() + 0 * 60 * 60 * 1000).toLocaleString('zh', {hour12: false})} \n\n`;
634633

634+
if ($.isNode())notify.sendNotify(jsname,tz)
635+
635636
if (notifyInterval==1)
636637
$.msg(jsname,'',tz)//显示所有通知
637638

0 commit comments

Comments
 (0)