From 184e8f8a1bc40eecc5c61bd8229b8c2f9749dfe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=B6=E6=80=9D=28=E2=B8=9D=E2=B8=9D=E2=80=A2=E2=80=A7?= =?UTF-8?q?=CC=AB=E2=80=A2=E2=B8=9D=E2=B8=9D=29?= <57740735+fmz200@users.noreply.github.com> Date: Tue, 17 Feb 2026 14:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20AutoMonitorTF.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/TestFlight/AutoMonitorTF.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/TestFlight/AutoMonitorTF.js b/Scripts/TestFlight/AutoMonitorTF.js index 4b079bee..0c0bd650 100644 --- a/Scripts/TestFlight/AutoMonitorTF.js +++ b/Scripts/TestFlight/AutoMonitorTF.js @@ -1,7 +1,7 @@ /** @author fmz200 @function 监控TF是否可加入,支持大部分代理工具包括 QX,Loon,Surge,Egern,Stash,ShadowRocket,青龙 - @date 2025-09-21 00:30:00 + @date 2026-02-17 14:50:00 定时任务 30 * * * * ? https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/TestFlight/AutoMonitorTF.js @@ -60,7 +60,7 @@ const userAgents = [ counter++; } - if (isNode) await sendMsg($.nodeNotifyMsg.join("\n"), ""); + if (isNode && $.nodeNotifyMsg.length>0) await sendMsg($.nodeNotifyMsg.join("\n"), ""); $.done(); })();