Skip to content

Commit b181795

Browse files
author
ziye12
authored
Update qqreads.js
1 parent b9147c2 commit b181795

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Task/qqreads.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,14 @@ function showmsg() {
845845

846846

847847
tz += `\n\n========= 脚本执行时间(TM):${new Date(new Date().getTime() + 0 * 60 * 60 * 1000).toLocaleString('zh', {hour12: false})} \n\n`;
848+
849+
if ($.isNode())
850+
{
851+
notify.sendNotify(jsname,'',tz)
852+
}
853+
854+
855+
848856

849857
if (notifyInterval==1)
850858
$.msg(jsname,'',tz)//显示所有通知
@@ -857,7 +865,6 @@ else if (notifyInterval==3&&task.data.treasureBox.count==0||task.data.treasureBo
857865
$.msg(jsname,'',tz)//宝箱每15次通知一次
858866

859867

860-
861868
}
862869

863870

0 commit comments

Comments
 (0)