From 7e1634b54a5b7288b6e9b5a298ff8ef2e6fddf0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=AE=E5=B8=AE?= <3102509561@qq.com> Date: Sun, 30 Jul 2023 03:11:15 +0000 Subject: [PATCH] fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 帮帮 <3102509561@qq.com> --- plugins/genshin/model/mysNews.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/genshin/model/mysNews.js b/plugins/genshin/model/mysNews.js index 5cf35be..0ad6715 100644 --- a/plugins/genshin/model/mysNews.js +++ b/plugins/genshin/model/mysNews.js @@ -276,7 +276,6 @@ export default class MysNews extends base { for (let gid of [1, 2, 3, 4, 6, 8]) { let type = gid == 1 ? 'bbb' : gid == 2 ? 'gs' : gid == 3 ? 'bb' : gid == 4 ? 'wd' : gid == 6 ? 'sr' : 'zzz' - if (lodash.isEmpty(cfg[`${type}announceGroup`]) && lodash.isEmpty(cfg[`${type}infoGroup`])) continue // 包含关键字不推送 let banWord = cfg.banWord[type]