mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
seeding bonus log save to click house
This commit is contained in:
@@ -198,6 +198,18 @@ class EditSetting extends Page implements Forms\Contracts\HasForms
|
||||
->label(__('label.setting.system.is_invite_pre_email_and_username'))
|
||||
->helperText(__('label.setting.system.is_invite_pre_email_and_username_help'))
|
||||
,
|
||||
Forms\Components\Radio::make('system.is_record_announce_log')
|
||||
->options(self::$yesOrNo)
|
||||
->inline(true)
|
||||
->label(__('label.setting.system.is_record_announce_log'))
|
||||
->helperText(__('label.setting.system.is_record_announce_log_help'))
|
||||
,
|
||||
Forms\Components\Radio::make('system.is_record_seeding_bonus_log')
|
||||
->options(self::$yesOrNo)
|
||||
->inline(true)
|
||||
->label(__('label.setting.system.is_record_seeding_bonus_log'))
|
||||
->helperText(__('label.setting.system.is_record_seeding_bonus_log_help'))
|
||||
,
|
||||
Forms\Components\Select::make('system.access_admin_class_min')
|
||||
->options(User::listClass(User::CLASS_VIP))
|
||||
->label(__('label.setting.system.access_admin_class_min'))
|
||||
|
||||
Reference in New Issue
Block a user