This commit is contained in:
Liang Ding 2022-08-05 23:32:35 +08:00
parent e394c36159
commit 229adee48c
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 24 additions and 23 deletions

View file

@ -30,6 +30,7 @@ import (
"github.com/88250/gulu"
"github.com/dustin/go-humanize"
"github.com/qiniu/go-sdk/v7/storage"
"github.com/siyuan-note/dejavu"
"github.com/siyuan-note/dejavu/entity"
"github.com/siyuan-note/encryption"
@ -831,6 +832,7 @@ func buildCloudInfo() (ret *dejavu.CloudInfo, err error) {
Token: Conf.User.UserToken,
LimitSize: int64(Conf.User.UserSiYuanRepoSize - Conf.User.UserSiYuanAssetSize),
Server: util.AliyunServer,
Zone: &storage.ZoneHuadong, // TODO: 海外版需要条件编译
}
return
}