mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
UserTemplate GitHub -> Repository (#564)
This commit is contained in:
@@ -19,11 +19,11 @@ type SettingForm struct {
|
||||
}
|
||||
|
||||
type UserTemplate struct {
|
||||
Path string `json:"path,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
GitHub string `json:"github,omitempty"`
|
||||
Author string `json:"author,omitempty"`
|
||||
Community bool `json:"community,omitempty"`
|
||||
Path string `json:"path,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
Repository string `json:"repository,omitempty"`
|
||||
Author string `json:"author,omitempty"`
|
||||
Community bool `json:"community,omitempty"`
|
||||
}
|
||||
|
||||
type SettingResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user