From e3de665033c793e1b5a89bcc2456214df75be579 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Tue, 11 Jul 2023 13:49:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AD=94=E6=94=B9?= 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 84af3e2..0169e86 100644 --- a/sendNotify.js +++ b/sendNotify.js @@ -9,6 +9,7 @@ * @param params 某些推送通知方式点击弹窗可跳转, 例:{ url: 'https://abc.com' } * @param author 作者仓库等信息 例:`本通知 By:https://github.com/whyour/qinglong` * @魔改:smallfawn https://github.com/smallfawn/QLScriptPublic 参考:ccwav https://github.com/ccwav/QLScript2 + * @魔改位置 sendNotify函数 黑白名单模式 */ const querystring = require('querystring');