mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 12:43:56 +08:00
update: mobile 智能体管理多语言调整
This commit is contained in:
@@ -1006,6 +1006,7 @@ onMounted(async () => {
|
||||
<wd-action-sheet
|
||||
v-model="pickerShow.tts"
|
||||
:actions="modelOptions.TTS && modelOptions.TTS.map(item => ({ name: item.modelName, value: item.id }))"
|
||||
class="custom-sheet-tts"
|
||||
@close="onPickerCancel('tts')"
|
||||
@select="({ item }) => onPickerConfirm('tts', item.value, item.name)"
|
||||
/>
|
||||
@@ -1059,4 +1060,13 @@ onMounted(async () => {
|
||||
background: transparent !important;
|
||||
}
|
||||
}
|
||||
::v-deep .custom-sheet-tts {
|
||||
.wd-action-sheet {
|
||||
padding: 8px 0 !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
.wd-action-sheet__actions {
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user