From 2283d89bd1bf4ed06a8393848e6972333000ed18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Thu, 20 Feb 2025 21:41:52 +0800 Subject: [PATCH] Update workers_keep.js --- workers_keep.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workers_keep.js b/workers_keep.js index 1a4fad3..8bb55c4 100644 --- a/workers_keep.js +++ b/workers_keep.js @@ -1,5 +1,6 @@ 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 urls = urlString.split(' '); const TIMEOUT = 5000;