From 9f363942f209b10f65d9f5df4058e018b3e843af Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 12 Mar 2025 16:48:22 +0800 Subject: [PATCH] :art: Update ghproxy address --- kernel/model/updater.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)