From 22e4d2aaa1892ee0389b9ecd04ffffc3a5f9bb90 Mon Sep 17 00:00:00 2001 From: shanmite Date: Wed, 23 Mar 2022 15:04:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BD=AC=E5=8F=91=E4=BA=86=E4=B8=8D?= =?UTF-8?q?=E5=90=AB=E5=85=B3=E9=94=AE=E8=AF=8D=E7=9A=84=E6=8A=BD=E5=A5=96?= =?UTF-8?q?=E5=8A=A8=E6=80=81(#136)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed #136 --- lib/core/monitor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/monitor.js b/lib/core/monitor.js index fa8b6d9..b887896 100644 --- a/lib/core/monitor.js +++ b/lib/core/monitor.js @@ -375,6 +375,7 @@ class Monitor extends Searcher { if (!has_key_words && description) { log.warn("筛选动态", `无关键词动态的描述: ${description}\n\n考虑是否修改设置key_words:\n${key_words.join('\n')}`) + return false } /**屏蔽词 */