From cc4488f66688778889cb5e53ca0483a548a5f5a4 Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Mon, 25 Nov 2024 17:24:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=9B=20chore=EF=BC=9A=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/network.js b/utils/network.js index 5c71d5b..d47defe 100644 --- a/utils/network.js +++ b/utils/network.js @@ -101,7 +101,7 @@ export function constructPublicIPsMsg() { if (publicIPs.length > 0) { publicIPsStr = `\n公网地址:${ getPublicIPs().map(item => { logger.info('[R插件][公网检测]公网IP地址', item.address); - return `#${ item.address }:4016#\n`; + return `${ item.address }:4016\n`; }) }`; } publicIPsStr = `R插件可视化面板内网地址:${ ipAddress }:4016${ publicIPsStr }`;