From cf347e300dbf635dbf1f93cb7c371371445ac3a4 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:04:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sendNotify.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sendNotify.js b/sendNotify.js index 600b5c4..ec9bdd2 100644 --- a/sendNotify.js +++ b/sendNotify.js @@ -244,9 +244,7 @@ async function sendNotify( let type = checkSmallfawnPushType() - console.log(`\n\n============================================= \nsmallfawn脚本通知 - 北京时间(UTC+8):${new Date( - new Date().getTime() + new Date().getTimezoneOffset() * 60 * 1000 + - 8 * 60 * 60 * 1000).toLocaleString()}`) + console.log(`\n\n=============================================`) // 主要 // //判断是否是默认通知方式 if (type !== pushType[2]) {