mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-30 09:07:22 +08:00
backend change class to vip can set until time
This commit is contained in:
@@ -44,4 +44,8 @@ return [
|
||||
'gift_btn' => '赠送',
|
||||
'confirm_to_gift' => '确定要赠送给用户 ',
|
||||
'max_allow_wearing' => '最多允许同时佩戴 :count 个勋章',
|
||||
'wearing_status_text' => [
|
||||
0 => '未佩戴',
|
||||
1 => '已佩戴'
|
||||
],
|
||||
];
|
||||
|
||||
@@ -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 => '贵宾',
|
||||
|
||||
Reference in New Issue
Block a user