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