mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
feat: 绑定 oauth2
This commit is contained in:
@@ -28,8 +28,8 @@ type FrontendTemplate struct {
|
||||
IsOfficial bool `json:"is_official,omitempty"`
|
||||
}
|
||||
|
||||
type SettingResponse struct {
|
||||
Config
|
||||
type SettingResponse[T any] struct {
|
||||
Config T `json:"config,omitempty"`
|
||||
|
||||
Version string `json:"version,omitempty"`
|
||||
FrontendTemplates []FrontendTemplate `json:"frontend_templates,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user