From 6ea1592c19bbba134e356704f712862cc6850c3d Mon Sep 17 00:00:00 2001 From: ccnetcore Date: Thu, 26 Jun 2025 00:38:36 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Ai.Vue3/src/components/WelecomeText/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yi.Ai.Vue3/src/components/WelecomeText/index.vue b/Yi.Ai.Vue3/src/components/WelecomeText/index.vue index 3da1db78..a95eb0f8 100644 --- a/Yi.Ai.Vue3/src/components/WelecomeText/index.vue +++ b/Yi.Ai.Vue3/src/components/WelecomeText/index.vue @@ -7,7 +7,7 @@ import { useUserStore } from '@/stores'; const greeting = useTimeGreeting(); const userStore = useUserStore(); -const username = computed(() => userStore.userInfo?.username ?? '意心Ai,一心一意,只为打造更良心的AI平台'); +const username = computed(() => userStore.userInfo?.username ?? '意心Ai,一心只为打造更良心的AI平台');