mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 07:03:53 +08:00
@@ -747,7 +747,7 @@ export default {
|
||||
'roleConfig.pleaseSelect': 'Vui lòng chọn',
|
||||
'roleConfig.editFunctions': 'Chỉnh sửa chức năng',
|
||||
'roleConfig.reportText': 'Chỉ văn bản',
|
||||
'roleConfig.reportTextVoice': 'Văn bản & Giọng nói',
|
||||
'roleConfig.reportTextVoice': 'VB&Giọng nói',
|
||||
'roleConfig.saveSuccess': 'Đã lưu cấu hình thành công',
|
||||
'roleConfig.saveFailed': 'Lưu cấu hình thất bại',
|
||||
'roleConfig.confirmReset': 'Bạn có chắc chắn muốn đặt lại cấu hình?',
|
||||
@@ -877,7 +877,7 @@ export default {
|
||||
'ttsModel.referenceAudioPath': 'Đường dẫn âm thanh tham chiếu',
|
||||
'ttsModel.enterReferenceAudio': 'Đây là đường dẫn âm thanh tham chiếu',
|
||||
'ttsModel.referenceText': 'Văn bản âm thanh tham chiếu',
|
||||
'ttsModel.enterReferenceText': 'Đây là văn bản cho âm thanh tham chiếu',
|
||||
'ttsModel.enterReferenceText': 'Đây là Chỉ Văn bản cho âm thanh tham chiếu',
|
||||
'ttsModel.action': 'Hành động',
|
||||
'ttsModel.operation': 'Thao tác',
|
||||
'ttsModel.operationFailed': 'Thao tác thất bại',
|
||||
|
||||
@@ -1170,7 +1170,8 @@ export default {
|
||||
|
||||
.template-item {
|
||||
height: 4vh;
|
||||
width: 76px;
|
||||
min-width: 60px;
|
||||
padding: 0 12px;
|
||||
border-radius: 8px;
|
||||
background: #e6ebff;
|
||||
line-height: 4vh;
|
||||
@@ -1180,6 +1181,7 @@ export default {
|
||||
color: #5778ff;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s ease;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.template-item:hover {
|
||||
|
||||
Reference in New Issue
Block a user