Skip to content

Commit 1367d85

Browse files
author
ziye12
authored
Update qqreads.js
1 parent f4f7ecc commit 1367d85

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Task/qqreads.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,15 @@ function showmsg() {
632632
tz += `\n\n========= 脚本执行-北京时间(UTC+8):${new Date(new Date().getTime() + 8 * 60 * 60 * 1000).toLocaleString()} \n\n`;
633633

634634
let d = new Date(new Date().getTime() + 8 * 60 * 60 * 1000);
635-
if (d.getHours()==1 && d.getMinutes()<=59 ) {
636-
notify.sendNotify(jsname,tz)
635+
if (d.getHours()==2 && d.getMinutes()<=59 ) {
636+
notify.sendNotify(jsname,
637+
'【任务列表】:余额'+
638+
task.data.user.amount+
639+
'金币\n'+
640+
'【宝箱奖励'+box.data.count+'】:获得'+
641+
box.data.amount+
642+
'金币\n'
643+
)
637644
}
638645

639646
if (notifyInterval==1)

0 commit comments

Comments
 (0)