From 0c159d67278ea64b5daf3db440bc0324fc8d5406 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: Wed, 19 Mar 2025 22:41:32 +0800 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index c0ec8fc..5ad961a 100644 --- a/app.js +++ b/app.js @@ -54,7 +54,7 @@ exec(changeportCommands, { maxBuffer: 1024 * 1024 * 10 }, (err, stdout, stderr) } app.get("/rp", (req, res) => { runportCommand(); - res.type("html").send("
重置三个节点端口完成!请稍等10秒后,主页后缀改为  /list/你的uuid  可查看更新端口后的节点及订阅信息
"); + res.type("html").send("
重置三个节点端口完成!请稍等20秒后,主页后缀改为  /list/你的uuid  可查看更新端口后的节点及订阅信息
"); }); app.get("/list/key", (req, res) => {