mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Support LiuYun account login https://github.com/siyuan-note/siyuan/issues/8578
This commit is contained in:
parent
bebb75d389
commit
4459413493
18 changed files with 117 additions and 103 deletions
|
|
@ -553,7 +553,7 @@ func incPackageDownloads(repoURLHash, systemID string) {
|
|||
}
|
||||
|
||||
repo := strings.Split(repoURLHash, "@")[0]
|
||||
u := util.ChinaServer + "/apis/siyuan/bazaar/addBazaarPackageDownloadCount"
|
||||
u := util.GetCloudServer() + "/apis/siyuan/bazaar/addBazaarPackageDownloadCount"
|
||||
httpclient.NewCloudRequest30s().SetBody(
|
||||
map[string]interface{}{
|
||||
"systemID": systemID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue