From a0856faa4ea012de523fb81470a52b6a78c2b8ea Mon Sep 17 00:00:00 2001 From: shanmite Date: Mon, 25 Aug 2025 15:47:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A3=8E=E6=8E=A7=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E5=86=85=E5=AE=B9=E4=B8=BA=E7=A9=BA=20(#465)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed #465 --- lib/core/monitor.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/core/monitor.js b/lib/core/monitor.js index 896ac7e..c6b7821 100644 --- a/lib/core/monitor.js +++ b/lib/core/monitor.js @@ -354,6 +354,11 @@ class Monitor extends Searcher { log.debug('正在筛选的动态信息', lottery_info); + if (des === '') { + log.info('筛选动态', `获取动态内容为空(https://t.bilibili.com/${dyid})风控`); + return false; + } + if (lottery_info_type.startsWith('sneak') && sneaktower) { log.info('筛选动态', `偷塔模式不检查是否已转发(https://t.bilibili.com/${dyid})`); } else {