mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
feat: enhance template configuration and update README for translation status
This commit is contained in:
@@ -23,9 +23,9 @@ type FrontendTemplate struct {
|
||||
Name string `json:"name,omitempty"`
|
||||
Repository string `json:"repository,omitempty"`
|
||||
Author string `json:"author,omitempty"`
|
||||
Community bool `json:"community,omitempty"`
|
||||
Version string `json:"version,omitempty"`
|
||||
IsAdmin string `json:"is_admin,omitempty"`
|
||||
IsAdmin bool `json:"is_admin,omitempty"`
|
||||
IsOfficial bool `json:"is_official,omitempty"`
|
||||
}
|
||||
|
||||
type SettingResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user