From 174fbb40e228745fe0d8a194b41616b04aac4536 Mon Sep 17 00:00:00 2001 From: KingRan Date: Fri, 11 Mar 2022 15:05:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_mhtask.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jd_mhtask.js b/jd_mhtask.js index ae4c3c3..8696240 100644 --- a/jd_mhtask.js +++ b/jd_mhtask.js @@ -62,10 +62,6 @@ if ($.isNode()) { } } } - if (allMessage) { - if ($.isNode()) await notify.sendNotify(`${$.name}`, `${allMessage}`); - $.msg($.name, '', allMessage); - } })() .catch((e) => { $.log('', `❌ ${$.name}, 失败! 原因: ${e}!`, '')