Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2022-07-03 21:44:30 +08:00
commit 65e6c69042
3 changed files with 1 additions and 3 deletions

View file

@ -71,7 +71,6 @@ Cloud services require a paid subscription.
* VIP identity
* End-to-end encrypted data synchronization
* End-to-end encrypted data backup
* Cloud assets serving
* WeChat notification
* Cloud inbox

View file

@ -74,7 +74,6 @@
* 尊贵身份标识
* 端到端加密数据同步
* 端到端加密数据备份
* 云端图床服务
* 定时微信提醒
* 云端收集箱

View file

@ -308,7 +308,7 @@ func syncRepo(byHand bool) {
start := time.Now()
cloudInfo := &dejavu.CloudInfo{
Dir: Conf.Sync.CloudName,
Dir: "main",
UserID: Conf.User.UserId,
Token: Conf.User.UserToken,
LimitSize: int64(Conf.User.UserSiYuanRepoSize - Conf.User.UserSiYuanAssetSize),