feat: 全面优化ai-hub前端细节

This commit is contained in:
ccnetcore
2025-08-31 01:37:36 +08:00
parent 8abd122773
commit d29aac088a
10 changed files with 27 additions and 59 deletions

View File

@@ -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平台');
</script>
<template>