From 20c423fc09e31f127bbc140595b7cbe855113c37 Mon Sep 17 00:00:00 2001 From: shanmite Date: Sat, 11 Dec 2021 18:21:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20"=E5=85=AC=E5=85=B1=E9=BB=91=E5=90=8D?= =?UTF-8?q?=E5=8D=95"=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF(#87)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/core/monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/monitor.js b/lib/core/monitor.js index 58ef109..fb6a36b 100644 --- a/lib/core/monitor.js +++ b/lib/core/monitor.js @@ -369,7 +369,7 @@ class Monitor extends Searcher { : blacklist; if ((new RegExp(dyid + '|' + m_uid + '|' + ori_uid)).test(new_blacklist)) { - log.info("筛选动态", `公共黑名单用户(https://t.bilibili.com/${dyid})`) + log.info("筛选动态", `黑名单屏蔽(https://t.bilibili.com/${dyid})`) return false }