瀏覽代碼

:art: Improve marketplace package statistics network availability https://github.com/siyuan-note/siyuan/issues/12998

Daniel 8 月之前
父節點
當前提交
0247594d83
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      kernel/util/cloud.go

+ 2 - 2
kernel/util/cloud.go

@@ -79,6 +79,6 @@ const (
 	northAmericaAccountServer     = "https://liuyun.io"                // 流云服务地址,用于账号登录、分享发布帖子
 	northAmericaForumAssetsServer = "https://assets.liuyun.io/file/"   // 北美云端图床服务地址,用于发布文章到社区
 
-	BazaarStatServer = "http://bazaar.b3logfile.com" // 集市包统计服务地址,直接对接 Bucket 没有 CDN
-	BazaarOSSServer  = "https://oss.b3logfile.com"   // 云端对象存储地址,七牛云,仅用于读取集市包,全球 CDN
+	BazaarStatServer = "https://bazaar.b3logfile.com" // 集市包统计服务地址,七牛云,全球 CDN
+	BazaarOSSServer  = "https://oss.b3logfile.com"    // 云端对象存储地址,七牛云,仅用于读取集市包,全球 CDN
 )