We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2e444 commit e4cfd1fCopy full SHA for e4cfd1f
Task/qqreads.js
@@ -630,7 +630,7 @@ tz+='【周时长奖励'+(i+1)+'】:领取'+Packageid[i]+'阅豆\n'
630
631
function showmsg() {
632
tz += `\n\n========= 脚本执行时间(TM):${new Date(new Date().getTime() + 0 * 60 * 60 * 1000).toLocaleString('zh', {hour12: false})} \n\n$.time('HH')`;
633
-
+ tz +=$.time('HH');
634
if (($.isNode())&&$.time('HH')==22)
635
notify.sendNotify(jsname,tz)
636
0 commit comments