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 => '贵宾',