We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f7ecc commit 1367d85Copy full SHA for 1367d85
Task/qqreads.js
@@ -632,8 +632,15 @@ function showmsg() {
632
tz += `\n\n========= 脚本执行-北京时间(UTC+8):${new Date(new Date().getTime() + 8 * 60 * 60 * 1000).toLocaleString()} \n\n`;
633
634
let d = new Date(new Date().getTime() + 8 * 60 * 60 * 1000);
635
-if (d.getHours()==1 && d.getMinutes()<=59 ) {
636
- notify.sendNotify(jsname,tz)
+if (d.getHours()==2 && d.getMinutes()<=59 ) {
+ notify.sendNotify(jsname,
637
+ '【任务列表】:余额'+
638
+ task.data.user.amount+
639
+ '金币\n'+
640
+ '【宝箱奖励'+box.data.count+'】:获得'+
641
+ box.data.amount+
642
+ '金币\n'
643
+ )
644
}
645
646
if (notifyInterval==1)
0 commit comments