diff --git a/lib/config.go b/lib/config.go index 5cbb448..8b9be55 100644 --- a/lib/config.go +++ b/lib/config.go @@ -73,5 +73,8 @@ func GetConfig() Config { if config.ShowBrowser { log.Infoln("浏览器无头模式已禁用") } + if config.Scheme == "" { + config.Scheme = "https://johlanse.github.io/study_xxqg/scheme.html?" + } return config }