We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9147c2 commit b181795Copy full SHA for b181795
1 file changed
Task/qqreads.js
@@ -845,6 +845,14 @@ function showmsg() {
845
846
847
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
856
857
if (notifyInterval==1)
858
$.msg(jsname,'',tz)//显示所有通知
@@ -857,7 +865,6 @@ else if (notifyInterval==3&&task.data.treasureBox.count==0||task.data.treasureBo
865
$.msg(jsname,'',tz)//宝箱每15次通知一次
866
859
867
860
-
861
868
}
862
869
863
870
0 commit comments