From c1ca2b637ec034cc31090b272389c034dfad73e4 Mon Sep 17 00:00:00 2001 From: shanmite Date: Fri, 6 Jan 2023 11:41:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E9=94=AE=E8=AF=8D=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E9=87=8D=E5=A4=8D=E4=B8=94=E5=BD=B1=E5=93=8D=E5=AE=98?= =?UTF-8?q?=E6=8A=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/core/monitor.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/core/monitor.js b/lib/core/monitor.js index b5383e6..a49631c 100644 --- a/lib/core/monitor.js +++ b/lib/core/monitor.js @@ -450,9 +450,8 @@ class Monitor extends Searcher { } } - if (!has_key_words && description) { + if (!hasOfficialLottery && model[1] === '1' && !has_key_words && description) { log.warn("筛选动态", `无关键词动态的描述: ${description}\n\n考虑是否修改设置key_words:\n${key_words.join('\n且满足: ')}`) - return false } /**若勾选只转已关注 */