feat: 完成布局/仪表板/用户相关组件国际化与语言切换优化(TabBar/MainLayout/AppHeader、UsageTrend/ModelDistribution、User*、Common 组件、i18n/locale 增强)

This commit is contained in:
Wangnov
2025-09-10 18:13:27 +08:00
parent 022724336b
commit d5b9f809b0
20 changed files with 410 additions and 300 deletions

View File

@@ -7,7 +7,7 @@
<template v-if="!loading">
<img
v-if="logoSrc"
alt="Logo"
:alt="$t('common.logoTitle.logoAlt')"
class="h-8 w-8 object-contain"
:src="logoSrc"
@error="handleLogoError"