mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-06 05:30:05 +00:00
UserTemplate GitHub -> Repository (#564)
This commit is contained in:
@@ -21,7 +21,7 @@ type SettingForm struct {
|
|||||||
type UserTemplate struct {
|
type UserTemplate struct {
|
||||||
Path string `json:"path,omitempty"`
|
Path string `json:"path,omitempty"`
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
GitHub string `json:"github,omitempty"`
|
Repository string `json:"repository,omitempty"`
|
||||||
Author string `json:"author,omitempty"`
|
Author string `json:"author,omitempty"`
|
||||||
Community bool `json:"community,omitempty"`
|
Community bool `json:"community,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,12 +23,12 @@ var (
|
|||||||
{
|
{
|
||||||
Path: "user-dist",
|
Path: "user-dist",
|
||||||
Name: "Official",
|
Name: "Official",
|
||||||
GitHub: "https://github.com/hamster1963/nezha-dash",
|
Repository: "https://github.com/hamster1963/nezha-dash",
|
||||||
Author: "hamster1963",
|
Author: "hamster1963",
|
||||||
}, {
|
}, {
|
||||||
Path: "nazhua-dist",
|
Path: "nazhua-dist",
|
||||||
Name: "Nazhua",
|
Name: "Nazhua",
|
||||||
GitHub: "https://github.com/hi2shark/nazhua",
|
Repository: "https://github.com/hi2shark/nazhua",
|
||||||
Author: "hi2hi",
|
Author: "hi2hi",
|
||||||
Community: true,
|
Community: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user