mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🔥 移除支持多个云端同步目录 https://github.com/siyuan-note/siyuan/issues/5335
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user