From 2b2d3ed413c09255805265ff9018c655e447ba4d Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Mon, 25 Nov 2024 11:38:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20pref=EF=BC=9A=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/webUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webUI.js b/apps/webUI.js index b54c065..691c948 100644 --- a/apps/webUI.js +++ b/apps/webUI.js @@ -63,7 +63,7 @@ export class WebUI extends plugin { } async rWebStatus(e) { - e.reply(`R插件可视化面板:${ this.toolsConfig.isOpenWebUI ? "✅开启" : "❌关闭" }`); + e.reply(`R插件可视化面板:\n状态:${ this.toolsConfig.isOpenWebUI ? "✅开启" : "❌关闭" }\n地址:******:4016`); return true; } }