mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 08:16:10 +01:00
♻️ 重构数据仓库同步 Fix https://github.com/siyuan-note/siyuan/issues/6427
This commit is contained in:
parent
dc1afe1a46
commit
f8a1d5c81d
3 changed files with 7 additions and 3 deletions
|
|
@ -815,7 +815,7 @@ func newRepository() (ret *dejavu.Repo, err error) {
|
|||
}
|
||||
|
||||
// TODO: 数据同步支持接入第三方对象存储服务 https://github.com/siyuan-note/siyuan/issues/6426
|
||||
cloudSiYuan := &cloud.SiYuan{Conf: cloudConf}
|
||||
cloudSiYuan := &cloud.SiYuan{BaseCloud: &cloud.BaseCloud{Conf: cloudConf}}
|
||||
|
||||
ignoreLines := getIgnoreLines()
|
||||
ignoreLines = append(ignoreLines, "/.siyuan/conf.json") // 忽略旧版同步配置
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue