增加斗鱼账号检测功能

This commit is contained in:
yml2213
2026-07-09 23:12:39 +08:00
parent 1f16193690
commit cd2d02c86e
16 changed files with 1206 additions and 53 deletions
+2
View File
@@ -13,6 +13,7 @@ PERMISSIONS = {
"account:view_full": "查看账号完整字段(密码/邮箱,仅管理员)",
"account:view_assigned": "查看分配给自己的账号",
"account:import": "导入账号",
"account:check": "账号检测",
"account:assign": "分配账号给客服",
"account:delete": "删除账号",
# 登录任务
@@ -50,6 +51,7 @@ ROLE_PERMISSIONS = {
"operation": [
"account:view_all",
"account:import",
"account:check",
"account:assign",
"login:batch",
"login:view_all",