diff --git a/kernel/model/updater.go b/kernel/model/updater.go index 83f2a393f..8dfa3c539 100644 --- a/kernel/model/updater.go +++ b/kernel/model/updater.go @@ -143,7 +143,7 @@ func getUpdatePkg() (downloadPkgURLs []string, checksum string, err error) { b3logURL := "https://release.b3log.org/siyuan/" + pkg liuyunURL := "https://release.liuyun.io/siyuan/" + pkg githubURL := "https://github.com/siyuan-note/siyuan/releases/download/v" + ver + "/" + pkg - ghproxyURL := "https://mirror.ghproxy.com/" + githubURL + ghproxyURL := "https://ghfast.top/" + githubURL if util.IsChinaCloud() { downloadPkgURLs = append(downloadPkgURLs, b3logURL) downloadPkgURLs = append(downloadPkgURLs, liuyunURL)