mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-07 22:19:34 +00:00
feat: upgrade frontend
This commit is contained in:
@@ -45,8 +45,8 @@ func listConfig(c *gin.Context) (model.SettingResponse[any], error) {
|
|||||||
Oauth2Providers: config.Oauth2Providers,
|
Oauth2Providers: config.Oauth2Providers,
|
||||||
}
|
}
|
||||||
if authorized {
|
if authorized {
|
||||||
config.TLS = singleton.Conf.TLS
|
configForGuests.TLS = singleton.Conf.TLS
|
||||||
config.InstallHost = singleton.Conf.InstallHost
|
configForGuests.InstallHost = singleton.Conf.InstallHost
|
||||||
}
|
}
|
||||||
conf = model.SettingResponse[any]{
|
conf = model.SettingResponse[any]{
|
||||||
Config: configForGuests,
|
Config: configForGuests,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name: "OfficialAdmin"
|
name: "OfficialAdmin"
|
||||||
repository: "https://github.com/nezhahq/admin-frontend"
|
repository: "https://github.com/nezhahq/admin-frontend"
|
||||||
author: "nezhahq"
|
author: "nezhahq"
|
||||||
version: "v1.5.6"
|
version: "v1.5.7"
|
||||||
isadmin: true
|
isadmin: true
|
||||||
isofficial: true
|
isofficial: true
|
||||||
- path: "user-dist"
|
- path: "user-dist"
|
||||||
|
|||||||
Reference in New Issue
Block a user