新增用户权限管理功能

This commit is contained in:
jxxghp
2025-06-10 23:25:59 +08:00
parent 1631951a24
commit eb143c28e3
10 changed files with 445 additions and 19 deletions
+13
View File
@@ -1518,6 +1518,19 @@ export default {
saveUserInfo: '保存用户信息',
cannotDeleteCurrentUser: '不能删除当前登录用户',
deleteUser: '删除用户',
permissions: {
title: '权限设置',
presetNormal: '普通用户',
presetAdmin: '管理员',
discovery: '发现',
discoveryDesc: '访问推荐和探索功能',
search: '搜索',
searchDesc: '使用搜索功能和查看搜索结果',
subscribe: '订阅',
subscribeDesc: '管理电影和电视剧订阅',
manage: '管理',
manageDesc: '访问系统管理和设置功能',
},
},
searchBar: {
search: '搜索',