mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-18 06:37:28 +08:00
Merge branch 'php8' into section
This commit is contained in:
@@ -57,6 +57,14 @@ return [
|
||||
'text' => '查看用户列表',
|
||||
'desc' => '查看、搜索用户列表',
|
||||
],
|
||||
'user-delete' => [
|
||||
'text' => '删除用户',
|
||||
'desc' => '彻底从数据库删除用户账号信息',
|
||||
],
|
||||
'user-change-class' => [
|
||||
'text' => '修改用户等级',
|
||||
'desc' => '修改用户的等级,不能修改为高于或等于自己的等级',
|
||||
],
|
||||
'torrentmanage' => [
|
||||
'text' => '管理种子',
|
||||
'desc' => '编辑、删除种子,但不能将种子设为置顶或促销',
|
||||
|
||||
Reference in New Issue
Block a user