删除多余样式

This commit is contained in:
LiJinHui
2025-09-20 23:43:58 +08:00
parent 9e218281da
commit 588d75763c
4 changed files with 352 additions and 375 deletions
+9 -4
View File
@@ -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'
}
+7 -1
View File
@@ -878,5 +878,11 @@ export default {
'templateQuickConfig.fetchTemplateFailed': '获取模板失败',
'templateQuickConfig.fetchTemplateBackendError': '获取模板失败,请检查后端服务是否正常',
'warning': '警告',
'info': '提示'
'info': '提示',
// 在agentTemplateManagement部分添加以下内容
'agentTemplateManagement.invalidResponse': '无效的响应对象:',
'agentTemplateManagement.apiCallFailed': 'API调用失败:',
'agentTemplateManagement.apiCallException': '调用API时发生异常:',
'common.networkError': '网络请求失败'
}
+7 -1
View File
@@ -883,5 +883,11 @@ export default {
'templateQuickConfig.fetchTemplateBackendError': '獲取模板失敗,請檢查後端服務是否正常',
'error': '錯誤',
'warning': '警告',
'info': '提示'
'info': '提示',
// agentTemplateManagement錯誤處理相關
'agentTemplateManagement.invalidResponse': '無效的回應物件:',
'agentTemplateManagement.apiCallFailed': 'API調用失敗:',
'agentTemplateManagement.apiCallException': '調用API時發生異常:',
'common.networkError': '網路請求失敗'
}