mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
ptgen api point support parameter & default user
This commit is contained in:
@@ -2,4 +2,10 @@
|
||||
|
||||
return [
|
||||
'edit_ban_reason' => 'Disable by administrator',
|
||||
'deleted_username' => 'user not exists',
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => 'User list'
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
return [
|
||||
'edit_ban_reason' => '被管理人员禁用',
|
||||
'deleted_username' => '无此账号',
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => '用户列表'
|
||||
|
||||
@@ -2,4 +2,10 @@
|
||||
|
||||
return [
|
||||
'edit_ban_reason' => '被管理人員禁用',
|
||||
'deleted_username' => '無此賬號',
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => '用戶列表'
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user