From 21cc1153b048133289962260cf489e0196a60c92 Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Fri, 12 Sep 2025 18:09:09 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manager-web/src/components/DeviceItem.vue | 16 +- main/manager-web/src/components/HeaderBar.vue | 55 ++-- main/manager-web/src/i18n/en.js | 116 ++++---- main/manager-web/src/i18n/zh_CN.js | 68 ++--- main/manager-web/src/i18n/zh_TW.js | 68 ++--- main/manager-web/src/views/ModelConfig.vue | 63 +++-- main/manager-web/src/views/UserManagement.vue | 32 ++- main/manager-web/src/views/login.vue | 251 +++++++++++------- 8 files changed, 386 insertions(+), 283 deletions(-) diff --git a/main/manager-web/src/components/DeviceItem.vue b/main/manager-web/src/components/DeviceItem.vue index 2840dacb..040cd2e8 100644 --- a/main/manager-web/src/components/DeviceItem.vue +++ b/main/manager-web/src/components/DeviceItem.vue @@ -20,16 +20,17 @@ {{ $t('home.voiceModel') }}:{{ device.ttsModelName }} ({{ device.ttsVoiceName }})
-
+
{{ $t('home.configureRole') }}
-
+
{{ $t('home.voiceprintRecognition') }}
-
+
{{ $t('home.deviceManagement') }}({{ device.deviceCount }})
-
+
{{ $t('home.chatHistory') }} @@ -130,13 +131,6 @@ export default { border-radius: 14px; } -.settings-btn.settings-btn-en { - font-size: 11px; - height: 39px; - min-width: 65px; - padding: 0 16px; -} - .version-info { display: flex; justify-content: space-between; diff --git a/main/manager-web/src/components/HeaderBar.vue b/main/manager-web/src/components/HeaderBar.vue index 4aee5a2c..2042d335 100644 --- a/main/manager-web/src/components/HeaderBar.vue +++ b/main/manager-web/src/components/HeaderBar.vue @@ -9,36 +9,36 @@
-
- + {{ $t('header.smartManagement') }}
- {{ $t('header.modelConfig') }}
-
- {{ $t('header.userManagement') }}
-
- {{ $t('header.otaManagement') }}
- - {{ $t('header.paramDictionary') }} @@ -63,16 +63,16 @@
-
- + - + {{ currentLanguageText }} @@ -87,7 +87,7 @@ - + @@ -95,7 +95,8 @@ - {{ $t('header.changePassword') }} + {{ $t('header.changePassword') + }} {{ $t('header.logout') }} @@ -109,10 +110,9 @@