From 0f97ab5bfa56b478d5f8d61604773563f00c93e6 Mon Sep 17 00:00:00 2001 From: Twilight Date: Mon, 16 Sep 2024 21:08:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chat/Chat.vue | 9 +++++---- src/layouts/DefaultLayout.vue | 17 +++++++++++++++++ src/stores/app.ts | 3 +++ 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue index 1ecec34..218f2f2 100644 --- a/src/components/chat/Chat.vue +++ b/src/components/chat/Chat.vue @@ -6,7 +6,7 @@ class="flex-grow mt-3 mb-1 text-5xl select-none" v-if="!chatMessages?.length" > - + 你好,{{ userStore.user.name }}
@@ -22,7 +22,7 @@