mirror of
https://github.com/fmz200/wool_scripts.git
synced 2026-03-05 03:37:58 +08:00
更新 AutoMonitorTF.js
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
@author fmz200
|
@author fmz200
|
||||||
@function 监控TF是否可加入,支持大部分代理工具包括 QX,Loon,Surge,Egern,Stash,ShadowRocket,青龙
|
@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
|
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();
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user