mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-15 04:10:51 +08:00
feat(admin): optimize subscription template configuration and add Surfboard subscription template
- Improved the code structure for subscription template configuration. - Added a new feature in the admin panel to configure Surfboard subscription templates.
This commit is contained in:
@@ -101,6 +101,7 @@ class ConfigSave extends FormRequest
|
||||
'subscribe_template_clashmeta' => 'nullable',
|
||||
'subscribe_template_stash' => 'nullable',
|
||||
'subscribe_template_surge' => 'nullable',
|
||||
'subscribe_template_surfboard' => 'nullable'
|
||||
];
|
||||
/**
|
||||
* Get the validation rules that apply to the request.
|
||||
|
||||
Reference in New Issue
Block a user