From 1222f46319aa9764c48ed500edc6c0b2f6d73d99 Mon Sep 17 00:00:00 2001 From: luoyifan Date: Wed, 9 Jul 2025 16:42:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=20=E4=B8=8A=E7=BA=BF=20?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/editor/widgets/monitor/MonitorView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/editor/widgets/monitor/MonitorView.vue b/src/editor/widgets/monitor/MonitorView.vue index 869be24..fa70c88 100644 --- a/src/editor/widgets/monitor/MonitorView.vue +++ b/src/editor/widgets/monitor/MonitorView.vue @@ -27,10 +27,10 @@ 总数{{ total }}
- 上线{{ offline }} + 上线{{ online }}
- 下线{{ online }} + 下线{{ offline }}
空闲{{ idle }}