更新 AutoMonitorTF.js

This commit is contained in:
奶思(⸝⸝•‧̫•⸝⸝)
2026-02-17 14:50:47 +08:00
committed by GitHub
parent 71ef11a996
commit 184e8f8a1b

View File

@ -1,7 +1,7 @@
/** /**
@author fmz200 @author fmz200
@function 监控TF是否可加入支持大部分代理工具包括 QXLoonSurgeEgernStashShadowRocket青龙 @function 监控TF是否可加入支持大部分代理工具包括 QXLoonSurgeEgernStashShadowRocket青龙
@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 30 * * * * ? https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/TestFlight/AutoMonitorTF.js
@ -60,7 +60,7 @@ const userAgents = [
counter++; counter++;
} }
if (isNode) await sendMsg($.nodeNotifyMsg.join("\n"), ""); if (isNode && $.nodeNotifyMsg.length>0) await sendMsg($.nodeNotifyMsg.join("\n"), "");
$.done(); $.done();
})(); })();