mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
🎨 增加 Cloudflare R2 更新包下载
This commit is contained in:
parent
6db5682a0e
commit
0d050990a1
1 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,8 @@ func getUpdatePkg() (downloadPkgURLs []string, checksum string, err error) {
|
|||
downloadPkgURLs = append(downloadPkgURLs, url)
|
||||
url = "https://ghproxy.com/" + url
|
||||
downloadPkgURLs = append(downloadPkgURLs, url)
|
||||
url = "https://release-r2.b3log.org/siyuan/" + pkg
|
||||
downloadPkgURLs = append(downloadPkgURLs, url)
|
||||
url = "https://release.b3log.org/siyuan/" + pkg
|
||||
downloadPkgURLs = append(downloadPkgURLs, url)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue