From 4002583a2f421cb2830c3c863bd3a370002eac6e Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Wed, 6 Jan 2021 22:55:20 +0800 Subject: [PATCH] Update qqread.js --- backUp/qqread.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);