diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..390dbe3 Binary files /dev/null and b/.DS_Store differ diff --git a/core/config.go b/core/config.go index 26f864e..3792fff 100644 --- a/core/config.go +++ b/core/config.go @@ -34,7 +34,7 @@ func init() { s, _ := ioutil.ReadAll(f) if len(s) == 0 { logs.Info("下载配置%s", name) - r, err := httplib.Get("https://ghproxy.com/" + "https://raw.githubusercontent.com/cdle/xdd/main/conf/demo_" + name).Response() + r, err := httplib.Get("https://ghproxy.com/" + "https://raw.githubusercontent.com/cdle/sillyGirl/main/conf/demo_" + name).Response() if err == nil { io.Copy(f, r.Body) }