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平台');