🎨 Update ghproxy address

This commit is contained in:
Daniel 2025-03-12 16:48:22 +08:00
parent 3bc81ba580
commit 9f363942f2
No known key found for this signature in database
GPG Key ID: 86211BA83DF03017

View File

@ -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)