mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
modal show global
This commit is contained in:
@@ -192,7 +192,7 @@ return [
|
||||
'ip' => 'IP(Block)',
|
||||
'ip_begin' => 'Begin IP',
|
||||
'ip_end' => 'End IP',
|
||||
'ip_help' => 'Begin IP/End IP, IP(Block) Choose one',
|
||||
'ip_help' => 'Fill in the begin IP + end IP, or IP (Block), not both',
|
||||
'status' => 'Status',
|
||||
],
|
||||
'menu' => [
|
||||
@@ -208,4 +208,10 @@ return [
|
||||
'parent_id' => 'Parent',
|
||||
'min_class' => 'Minimum visible class',
|
||||
],
|
||||
'user_meta' => [
|
||||
'meta_keys' => [
|
||||
\App\Models\UserMeta::META_KEY_CHANGE_USERNAME => 'Name Change Card',
|
||||
\App\Models\UserMeta::META_KEY_PERSONALIZED_USERNAME => 'Rainbow ID',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user