feat: 增加分类权限控制

- 新增角色分类授权模型与超级管理员配置接口

- 接入助手、插件、工作流、知识库、素材的分类可见性过滤

- 增加角色页分类权限树与插件多分类可见性支持
This commit is contained in:
2026-03-29 17:16:37 +08:00
parent aaf4c61ff8
commit f49d94e2fe
46 changed files with 1963 additions and 128 deletions

View File

@@ -12,6 +12,11 @@
"isDeleted": "IsDeleted",
"menuPermission": "MenuPermission",
"dataPermission": "DataPermission",
"categoryPermission": "CategoryPermission",
"categoryPermissionHint": "Deny by default. Applies to resource visibility and selectors/binders only.",
"categoryScopeAll": "AllCategories",
"categoryScopeCustom": "CustomCategories",
"categoryScopePlaceholder": "Select categories",
"checkStrictlyTrue": "Linked",
"checkStrictlyFalse": "NotLinked"
}

View File

@@ -12,6 +12,11 @@
"isDeleted": "删除标识",
"menuPermission": "菜单权限",
"dataPermission": "数据权限",
"categoryPermission": "分类权限",
"categoryPermissionHint": "未配置即拒绝,仅控制资源可见性与选择器/绑定器。",
"categoryScopeAll": "全部分类",
"categoryScopeCustom": "自定义分类",
"categoryScopePlaceholder": "请选择分类",
"checkStrictlyTrue": "联动",
"checkStrictlyFalse": "不联动"
}