From e6a36164a59747e668923687c70b0545c15cc297 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Mon, 6 Oct 2025 21:18:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(status-bar):=20=E6=9B=B4=E6=96=B0=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=A0=8F=E7=BB=84=E4=BB=B6=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E9=97=AE=E5=80=99=E4=BF=A1=E6=81=AF=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/StatusBar.vue | 47 +++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 7 deletions(-) diff --git a/web/src/components/StatusBar.vue b/web/src/components/StatusBar.vue index a3dfece4..498e831c 100644 --- a/web/src/components/StatusBar.vue +++ b/web/src/components/StatusBar.vue @@ -19,7 +19,7 @@
- {{ currentUser }} + {{ greeting }}
@@ -33,20 +33,46 @@