userdetails.php disable change vip_added + vip_until

This commit is contained in:
xiaomlove
2026-01-31 12:35:50 +07:00
parent fd0a2014ba
commit c162fc81be
5 changed files with 36 additions and 34 deletions
+3 -3
View File
@@ -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',