Skip to content

Commit 61620b1

Browse files
author
ziye12
authored
Update qqreads.js
1 parent 9433782 commit 61620b1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Task/qqreads.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,10 @@ else if (i == 16) showmsg();
240240
num += 1;
241241
all();
242242
} else if (i == 17 && num == qqreadhdArr.length - 1) {
243+
if ($.isNode())
244+
{
245+
notify.sendNotify(jsname,tz)
246+
}
243247
$.done();
244248
}
245249
},
@@ -846,10 +850,7 @@ function showmsg() {
846850

847851
tz += `\n\n========= 脚本执行时间(TM):${new Date(new Date().getTime() + 0 * 60 * 60 * 1000).toLocaleString('zh', {hour12: false})} \n\n`;
848852

849-
if ($.isNode())
850-
{
851-
notify.sendNotify(jsname,tz)
852-
}
853+
853854

854855

855856

0 commit comments

Comments
 (0)