mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-27 01:23:55 +08:00
删除多余样式
This commit is contained in:
@@ -881,7 +881,12 @@ export default {
|
||||
'templateQuickConfig.templateNotFound': 'Template not found',
|
||||
'templateQuickConfig.fetchTemplateFailed': 'Failed to fetch template',
|
||||
'templateQuickConfig.fetchTemplateBackendError': 'Failed to fetch template, please check if the backend service is normal',
|
||||
'warning': 'Warning',
|
||||
'info': 'Info'
|
||||
}
|
||||
;
|
||||
'warning': 'Warning',
|
||||
'info': 'Info',
|
||||
|
||||
// agentTemplateManagement error handling
|
||||
'agentTemplateManagement.invalidResponse': 'Invalid response object:',
|
||||
'agentTemplateManagement.apiCallFailed': 'API call failed:',
|
||||
'agentTemplateManagement.apiCallException': 'Exception occurred when calling API:',
|
||||
'common.networkError': 'Network request failed'
|
||||
}
|
||||
@@ -878,5 +878,11 @@ export default {
|
||||
'templateQuickConfig.fetchTemplateFailed': '获取模板失败',
|
||||
'templateQuickConfig.fetchTemplateBackendError': '获取模板失败,请检查后端服务是否正常',
|
||||
'warning': '警告',
|
||||
'info': '提示'
|
||||
'info': '提示',
|
||||
|
||||
// 在agentTemplateManagement部分添加以下内容
|
||||
'agentTemplateManagement.invalidResponse': '无效的响应对象:',
|
||||
'agentTemplateManagement.apiCallFailed': 'API调用失败:',
|
||||
'agentTemplateManagement.apiCallException': '调用API时发生异常:',
|
||||
'common.networkError': '网络请求失败'
|
||||
}
|
||||
@@ -883,5 +883,11 @@ export default {
|
||||
'templateQuickConfig.fetchTemplateBackendError': '獲取模板失敗,請檢查後端服務是否正常',
|
||||
'error': '錯誤',
|
||||
'warning': '警告',
|
||||
'info': '提示'
|
||||
'info': '提示',
|
||||
|
||||
// agentTemplateManagement錯誤處理相關
|
||||
'agentTemplateManagement.invalidResponse': '無效的回應物件:',
|
||||
'agentTemplateManagement.apiCallFailed': 'API調用失敗:',
|
||||
'agentTemplateManagement.apiCallException': '調用API時發生異常:',
|
||||
'common.networkError': '網路請求失敗'
|
||||
}
|
||||
Reference in New Issue
Block a user