From 76717cfcc715ba6231a2c4c15ed8c95b94595d77 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:42:18 +0800 Subject: [PATCH] Update workers_keep.js --- workers_keep.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers_keep.js b/workers_keep.js index 8bb55c4..c2b3d9b 100644 --- a/workers_keep.js +++ b/workers_keep.js @@ -1,5 +1,5 @@ addEventListener('scheduled', event => event.waitUntil(handleScheduled())); -//配合bash <(curl -Ls https://raw.githubusercontent.com/yonggekkk/sing-box-yg/main/serv00.sh)脚本,生成保活网页 +// 配合甬哥的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(' ');