mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-27 17:43:55 +08:00
优化代码,调整权限设置( 非管理员打开提示拒绝访问并自动跳转到首页),修复bug;
This commit is contained in:
@@ -827,7 +827,7 @@ export default {
|
||||
'providerDialog.confirmBatchDeleteFields': 'Are you sure to delete {count} selected fields?',
|
||||
'providerDialog.batchDeleteFieldsSuccess': 'Successfully deleted {count} fields',
|
||||
|
||||
// ...existing code ...
|
||||
// 在agentTemplateManagement对象中添加以下键
|
||||
agentTemplateManagement: {
|
||||
title: 'Default Role Management',
|
||||
templateName: 'Template Name',
|
||||
@@ -848,6 +848,14 @@ export default {
|
||||
serialNumber: 'Serial Number',
|
||||
selectAll: 'Select All',
|
||||
deselectAll: 'Deselect All',
|
||||
loading: 'Loading...',
|
||||
confirmSingleDelete: 'Are you sure you want to delete this template?',
|
||||
confirmBatchDelete: 'Are you sure you want to delete the selected {count} templates?',
|
||||
deleteSuccess: 'Template deleted successfully',
|
||||
deleteFailed: 'Template deletion failed',
|
||||
batchDeleteSuccess: 'Templates deleted successfully',
|
||||
batchDeleteFailed: 'Template batch deletion failed',
|
||||
deleteBackendError: 'Deletion failed, please check if the backend service is working properly',
|
||||
templateDialog: {
|
||||
title: 'Template Configuration',
|
||||
templateName: 'Template Name',
|
||||
|
||||
Reference in New Issue
Block a user