diff --git a/internal/config/config.go b/internal/config/config.go index a8f2087..eb05eb8 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -34,7 +34,8 @@ const ( func InitConfig() { // 设置默认配置 defaultConfig := Config{ - Url: "http://127.0.0.1:8080", + //Url: "http://127.0.0.1:8080", + Url: "http://112.124.71.39:8080", Token: "", ThreadCount: 10, HandleFileCount: 25,