From 4ecd76cab1f17ab659825ea4bb3555fa23e43201 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Fri, 25 Dec 2020 22:21:33 +0800 Subject: [PATCH] Update qqread.js --- backUp/qqread.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backUp/qqread.js b/backUp/qqread.js index e2db6bd6..f72fe1f4 100644 --- a/backUp/qqread.js +++ b/backUp/qqread.js @@ -235,7 +235,7 @@ async function QQ_READ() { function showmsg() { return new Promise(async resolve => { let nowTimes = new Date(new Date().getTime() + new Date().getTimezoneOffset()*60*1000 + 8*60*60*1000); - if (nowTimes.getHours() === 22 && (nowTimes.getMinutes() >= 0 && nowTimes.getMinutes() <= 20)) { + if (nowTimes.getHours() === 22 && (nowTimes.getMinutes() >= 0 && nowTimes.getMinutes() <= 15)) { await notify.sendNotify(jsname, tz); } $.msg(jsname, "", tz);