mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
userdetails.php disable change vip_added + vip_until
This commit is contained in:
@@ -17,10 +17,10 @@ return [
|
||||
'attendance_card' => 'Attend card',
|
||||
'props' => 'Props',
|
||||
'class' => 'Class',
|
||||
'vip_added' => 'VIP status is obtained by bonus',
|
||||
'vip_added_help' => 'Is the VIP status redeemed by bonus.',
|
||||
'vip_added' => 'VIP status auto expires',
|
||||
'vip_added_help' => 'Is the VIP status auto expires.',
|
||||
'vip_until' => 'VIP status end time',
|
||||
'vip_until_help' => "The time format is 'Year-Year-Month-Day Hour:Minute:Second The time when the VIP status ends.' VIP status is obtained by bonus' must be set to 'Yes' for this rule to take effect.",
|
||||
'vip_until_help' => "The time format is 'Year-Year-Month-Day Hour:Minute:Second The time when the VIP status ends.' VIP status auto expires' must be set to 'Yes' for this rule to take effect.",
|
||||
],
|
||||
'class_names' => [
|
||||
\App\Models\User::CLASS_VIP => 'Vip',
|
||||
|
||||
@@ -17,10 +17,10 @@ return [
|
||||
'attendance_card' => '补签卡',
|
||||
'props' => '道具',
|
||||
'class' => '等级',
|
||||
'vip_added' => '贵宾资格为通过魔力值获得',
|
||||
'vip_added_help' => '该贵宾资格是否为通过魔力值换取。',
|
||||
'vip_added' => '贵宾资格是否自动过期',
|
||||
'vip_added_help' => '该贵宾资格是否自动过期。',
|
||||
'vip_until' => '贵宾资格结束时间',
|
||||
'vip_until_help' => "时间格式为'年年年年-月月-日日 时时:分分:秒秒'。贵宾资格结束的时间。'贵宾资格为通过魔力值获得'必须设为'是'此规则才能生效。",
|
||||
'vip_until_help' => "时间格式为'年年年年-月月-日日 时时:分分:秒秒'。贵宾资格结束的时间。'贵宾资格是否自动过期'必须设为'是'此规则才能生效。",
|
||||
],
|
||||
'class_names' => [
|
||||
\App\Models\User::CLASS_VIP => '贵宾',
|
||||
|
||||
@@ -17,10 +17,10 @@ return [
|
||||
'attendance_card' => '補簽卡',
|
||||
'props' => '道具',
|
||||
'class' => '等級',
|
||||
'vip_added' => '貴賓資格為通過魔力值獲得',
|
||||
'vip_added_help' => '該貴賓資格是否為通過魔力值換取。',
|
||||
'vip_added' => '貴賓資格是否自動過期',
|
||||
'vip_added_help' => '該貴賓資格是否自動過期。',
|
||||
'vip_until' => '貴賓資格結束時間',
|
||||
'vip_until_help' => "時間格式為'年年年年-月月-日日 時時:分分:秒秒'。貴賓資格結束的時間。'貴賓資格為通過魔力值獲得'必須設為'是'此規則才能生效。",
|
||||
'vip_until_help' => "時間格式為'年年年年-月月-日日 時時:分分:秒秒'。貴賓資格結束的時間。'貴賓資格是否自動過期'必須設為'是'此規則才能生效。",
|
||||
],
|
||||
'class_names' => [
|
||||
\App\Models\User::CLASS_VIP => '貴賓',
|
||||
|
||||
Reference in New Issue
Block a user