modal show global

This commit is contained in:
xiaomlove
2022-08-10 17:38:05 +08:00
parent 72b80887a4
commit e9b141fc00
34 changed files with 1106 additions and 175 deletions

View File

@@ -0,0 +1,5 @@
<?php
return [
];

View File

@@ -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',
],
],
];

View File

@@ -0,0 +1,5 @@
<?php
return [
];

View File

@@ -195,7 +195,7 @@ return [
'ip' => 'IP(段)',
'ip_begin' => '起始 IP',
'ip_end' => '结束 IP',
'ip_help' => '起始 IP/结束 IPIP(段) 二选一',
'ip_help' => '填写起始 IP + 结束 IP,或 IP(段),不要同时填写',
'status' => '状态',
],
'menu' => [
@@ -211,4 +211,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',
],
],
];

View File

@@ -0,0 +1,5 @@
<?php
return [
];

View File

@@ -192,7 +192,7 @@ return [
'ip' => 'IP(段)',
'ip_begin' => '起始 IP',
'ip_end' => '結束 IP',
'ip_help' => '起始 IP/結束 IPIP(段) 二選一',
'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',
],
],
];