From 34d42f50afb3928a6fde25a764dd9a28385e3027 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, 26 Feb 2025 09:35:00 +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 f80cf89..0098dfe 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("
重置节点端口完成!请稍等10秒后,主页后缀改为 /list/你的uuid 可查看更新端口后的节点及订阅信息"); }); app.get("/list/key", (req, res) => {