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