From 61729762549848d5142448acfdf0ee26ffeeddb3 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:46:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sendNotify.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sendNotify.js b/sendNotify.js index c6f8ad8..3301491 100644 --- a/sendNotify.js +++ b/sendNotify.js @@ -274,6 +274,7 @@ async function sendNotify( } } else { console.log(`无黑白名单变量 默认形式发送 [${text}]`); + console.log(`如需配置通知黑白名单请在env或配置文件 添加白名单${pushType[0]} 或 黑名单${pushType[1]} 二选一`); await push() }