🎈 pref:优化用户交互

This commit is contained in:
zhiyu1998 2024-11-25 11:38:52 +08:00
parent c3d6c4c704
commit 2b2d3ed413

View File

@ -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;
}
}