backend change class to vip can set until time

This commit is contained in:
xiaomlove
2023-06-16 01:26:27 +08:00
parent ae77dfa0f6
commit 8dfc125a37
12 changed files with 90 additions and 12 deletions
+4
View File
@@ -44,4 +44,8 @@ return [
'gift_btn' => '贈送',
'confirm_to_gift' => '確定要贈送給用戶 ',
'max_allow_wearing' => '最多允許同時佩戴 :count 個勛章',
'wearing_status_text' => [
0 => '未佩戴',
1 => '已佩戴'
],
];
+4
View File
@@ -17,6 +17,10 @@ return [
'attendance_card' => '補簽卡',
'props' => '道具',
'class' => '等級',
'vip_added' => '貴賓資格為通過魔力值獲得',
'vip_added_help' => '該貴賓資格是否為通過魔力值換取。',
'vip_until' => '貴賓資格結束時間',
'vip_until_help' => "時間格式為'年年年年-月月-日日 時時:分分:秒秒'。貴賓資格結束的時間。'貴賓資格為通過魔力值獲得'必須設為'是'此規則才能生效。",
],
'class_names' => [
\App\Models\User::CLASS_VIP => '貴賓',