From 13ae5e3ade939a9cc866d46336c97288fafd9b8f Mon Sep 17 00:00:00 2001 From: LiJinHui <166460433+stu-rgsze@users.noreply.github.com> Date: Sat, 11 Oct 2025 15:02:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/manager-web/src/components/HeaderBar.vue | 481 ++++++++++++------ 1 file changed, 322 insertions(+), 159 deletions(-) diff --git a/main/manager-web/src/components/HeaderBar.vue b/main/manager-web/src/components/HeaderBar.vue index b1e2eea3..f6a0a64a 100644 --- a/main/manager-web/src/components/HeaderBar.vue +++ b/main/manager-web/src/components/HeaderBar.vue @@ -9,80 +9,183 @@
-
- - {{ $t('header.smartManagement') }} +
+ + {{ $t("header.smartManagement") }}
-
- - {{ $t('header.voiceCloneManagement') }} +
+ + {{ $t("header.voiceCloneManagement") }}
- + - - {{ $t('header.voiceCloneManagement') }} - + + {{ $t("header.voiceCloneManagement") }} + - {{ $t('header.voiceCloneManagement') }} + {{ $t("header.voiceCloneManagement") }} - {{ $t('header.voiceResourceManagement') }} + {{ $t("header.voiceResourceManagement") }} -
- - {{ $t('header.modelConfig') }} +
+ + {{ $t("header.modelConfig") }}
-
- - {{ $t('header.userManagement') }} +
+ + {{ $t("header.userManagement") }}
- + - - {{ $t('header.paramDictionary') }} - + + {{ $t("header.paramDictionary") }} + - {{ $t('header.otaManagement') }} + {{ $t("header.otaManagement") }} - {{ $t('header.paramManagement') }} + {{ $t("header.paramManagement") }} - {{ $t('header.dictManagement') }} + {{ $t("header.dictManagement") }} - {{ $t('header.providerManagement') }} + {{ $t("header.providerManagement") }} - {{ $t('header.agentTemplate') }} + {{ $t("header.agentTemplate") }} - {{ $t('header.serverSideManagement') }} + {{ $t("header.serverSideManagement") }} @@ -90,40 +193,84 @@
-
+
- - + + -
+
- {{ $t('header.searchHistory') }} - - {{ $t('header.clearHistory') }} + {{ $t("header.searchHistory") }} + + {{ $t("header.clearHistory") }}
-
+
{{ item }} - +
- + - {{ userInfo.username || '加载中...' }} - + {{ userInfo.username || "加载中..." }} + - + @@ -137,23 +284,23 @@ \ No newline at end of file +