From 82003fe8ff106de3acd2543413592a0657fd8b57 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 3 Jul 2022 21:28:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?:fire:=20=E7=A7=BB=E9=99=A4=E4=BA=91?= =?UTF-8?q?=E7=AB=AF=E5=A4=87=E4=BB=BD=20https://github.com/siyuan-note/si?= =?UTF-8?q?yuan/issues/5336?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - README_zh_CN.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 9ab2ae35f..15781b771 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_zh_CN.md b/README_zh_CN.md index 662ade084..75f783e5b 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -74,7 +74,6 @@ * 尊贵身份标识 * 端到端加密数据同步 -* 端到端加密数据备份 * 云端图床服务 * 定时微信提醒 * 云端收集箱 From b92a47ca737c32d52f5432d2fef57a3ffb2fce3b Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 3 Jul 2022 21:30:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?:fire:=20=E7=A7=BB=E9=99=A4=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=A4=9A=E4=B8=AA=E4=BA=91=E7=AB=AF=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=20https://github.com/siyuan-note/siyuan/issu?= =?UTF-8?q?es/5335?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/repository.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/model/repository.go b/kernel/model/repository.go index c69b588a6..e2c37bc4b 100644 --- a/kernel/model/repository.go +++ b/kernel/model/repository.go @@ -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),