diff --git a/backUp/qqread.js b/backUp/qqread.js index e1e2639b..abb07afa 100644 --- a/backUp/qqread.js +++ b/backUp/qqread.js @@ -218,12 +218,12 @@ async function QQ_READ() { if (task.data.user.amount >= 100000) { await qqreadwithdraw(); } - await showmsg();//通知 } + await showmsg();//通知 } function showmsg() { return new Promise(async resolve => { - if (nowTimes.getHours() === 22 && (nowTimes.getMinutes() > 0 && nowTimes.getMinutes() <= 15)) { + if (nowTimes.getHours() === 22 && (nowTimes.getMinutes() > 45 && nowTimes.getMinutes() <= 59)) { await notify.sendNotify(jsname, tz); } $.msg(jsname, "", tz);