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(段)',
'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',
],
],
];