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 @@