We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11b584 commit 2cd6ca4Copy full SHA for 2cd6ca4
Task/qqreads.js
@@ -209,8 +209,7 @@ K += 1;
209
all();
210
} else if (i == 16 && K == qqreadhdArr.length - 1) {
211
showmsg();//通知
212
- console.log(tz)
213
-if ($.isNode())notify.sendNotify(jsname,tz)
+ console.log(tz)
214
$.done();
215
}
216
},
@@ -632,6 +631,8 @@ tz+='【周时长奖励'+(i+1)+'】:领取'+Packageid[i]+'阅豆\n'
632
631
function showmsg() {
633
tz += `\n\n========= 脚本执行时间(TM):${new Date(new Date().getTime() + 0 * 60 * 60 * 1000).toLocaleString('zh', {hour12: false})} \n\n`;
634
+if ($.isNode())notify.sendNotify(jsname,tz)
635
+
636
if (notifyInterval==1)
637
$.msg(jsname,'',tz)//显示所有通知
638
0 commit comments