mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-10 20:43:45 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
65e6c69042
@ -71,7 +71,6 @@ Cloud services require a paid subscription.
|
|||||||
|
|
||||||
* VIP identity
|
* VIP identity
|
||||||
* End-to-end encrypted data synchronization
|
* End-to-end encrypted data synchronization
|
||||||
* End-to-end encrypted data backup
|
|
||||||
* Cloud assets serving
|
* Cloud assets serving
|
||||||
* WeChat notification
|
* WeChat notification
|
||||||
* Cloud inbox
|
* Cloud inbox
|
||||||
|
@ -74,7 +74,6 @@
|
|||||||
|
|
||||||
* 尊贵身份标识
|
* 尊贵身份标识
|
||||||
* 端到端加密数据同步
|
* 端到端加密数据同步
|
||||||
* 端到端加密数据备份
|
|
||||||
* 云端图床服务
|
* 云端图床服务
|
||||||
* 定时微信提醒
|
* 定时微信提醒
|
||||||
* 云端收集箱
|
* 云端收集箱
|
||||||
|
@ -308,7 +308,7 @@ func syncRepo(byHand bool) {
|
|||||||
|
|
||||||
start := time.Now()
|
start := time.Now()
|
||||||
cloudInfo := &dejavu.CloudInfo{
|
cloudInfo := &dejavu.CloudInfo{
|
||||||
Dir: Conf.Sync.CloudName,
|
Dir: "main",
|
||||||
UserID: Conf.User.UserId,
|
UserID: Conf.User.UserId,
|
||||||
Token: Conf.User.UserToken,
|
Token: Conf.User.UserToken,
|
||||||
LimitSize: int64(Conf.User.UserSiYuanRepoSize - Conf.User.UserSiYuanAssetSize),
|
LimitSize: int64(Conf.User.UserSiYuanRepoSize - Conf.User.UserSiYuanAssetSize),
|
||||||
|
Loading…
Reference in New Issue
Block a user