feat: 加入对直接访问https api的支持

This commit is contained in:
Mmx233
2022-03-01 23:24:57 +08:00
parent 7867a99f3b
commit d0f9ea488c
9 changed files with 43 additions and 17 deletions

View File

@@ -37,7 +37,7 @@ func Guardian(output bool) {
util.Log.Println("Error: ", e)
}
} else {
if global.Config.Settings.Basic.DemoMode {
if global.Config.Settings.Debug.Enable {
util.Log.Println("Network ok")
}
}