删除多余样式

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'
}