mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +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',
|
||||
|
||||
Reference in New Issue
Block a user