Update workers_keep.js

This commit is contained in:
甬哥侃侃侃ygkkk
2025-02-20 21:41:52 +08:00
committed by GitHub
parent 7dc5835e7e
commit 2283d89bd1
+2 -1
View File
@@ -1,5 +1,6 @@
addEventListener('scheduled', event => event.waitUntil(handleScheduled())); addEventListener('scheduled', event => event.waitUntil(handleScheduled()));
// 每个保活网面之间空格,网页前带http:// //配合bash <(curl -Ls https://raw.githubusercontent.com/yonggekkk/sing-box-yg/main/serv00.sh)脚本,生成保活网页
// 每个保活网页之间空格,网页前带http://
const urlString = 'http://保活网页1 http://保活网页2 http://保活网页3'; const urlString = 'http://保活网页1 http://保活网页2 http://保活网页3';
const urls = urlString.split(' '); const urls = urlString.split(' ');
const TIMEOUT = 5000; const TIMEOUT = 5000;