From 0247594d838e395868c939bb32be31fdf441c787 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sat, 2 Nov 2024 15:40:45 +0800 Subject: [PATCH] :art: Improve marketplace package statistics network availability https://github.com/siyuan-note/siyuan/issues/12998 --- kernel/util/cloud.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/util/cloud.go b/kernel/util/cloud.go index dbadb9b50..ee21ec1a5 100644 --- a/kernel/util/cloud.go +++ b/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 )