mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
modal show global
This commit is contained in:
@@ -192,7 +192,7 @@ return [
|
||||
'ip' => 'IP(段)',
|
||||
'ip_begin' => '起始 IP',
|
||||
'ip_end' => '結束 IP',
|
||||
'ip_help' => '起始 IP/結束 IP、IP(段) 二選一',
|
||||
'ip_help' => '填寫起始 IP + 結束 IP,或 IP(段),不要同時填寫',
|
||||
'status' => '狀態',
|
||||
],
|
||||
'menu' => [
|
||||
@@ -208,4 +208,10 @@ return [
|
||||
'parent_id' => '父菜單',
|
||||
'min_class' => '最低可見等級',
|
||||
],
|
||||
'user_meta' => [
|
||||
'meta_keys' => [
|
||||
\App\Models\UserMeta::META_KEY_CHANGE_USERNAME => '更名卡',
|
||||
\App\Models\UserMeta::META_KEY_PERSONALIZED_USERNAME => '彩虹 ID',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user