mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 14:28:49 +01:00
🔥 移除旧版云端同步和备份功能入口 https://github.com/siyuan-note/siyuan/issues/5405
This commit is contained in:
parent
8e7fafbdfe
commit
51230a99c3
22 changed files with 63 additions and 177 deletions
|
|
@ -1130,7 +1130,7 @@ func MoveDoc(fromBoxID, fromPath, toBoxID, toPath string) (newPath string, err e
|
|||
moveSorts(tree.ID, fromBoxID, toBoxID)
|
||||
}
|
||||
cache.ClearDocsIAL()
|
||||
IncWorkspaceDataVer()
|
||||
IncSync()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
@ -1251,7 +1251,7 @@ func RenameDoc(boxID, p, title string) (err error) {
|
|||
refreshDynamicRefText(changedDefs, changedTrees)
|
||||
}()
|
||||
|
||||
IncWorkspaceDataVer()
|
||||
IncSync()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
@ -1319,7 +1319,7 @@ func CreateDailyNote(boxID string) (p string, err error) {
|
|||
}
|
||||
}
|
||||
}
|
||||
IncWorkspaceDataVer()
|
||||
IncSync()
|
||||
|
||||
b := treenode.GetBlockTree(id)
|
||||
p = b.Path
|
||||
|
|
@ -1559,7 +1559,7 @@ func ChangeFileTreeSort(boxID string, paths []string) {
|
|||
return
|
||||
}
|
||||
|
||||
IncWorkspaceDataVer()
|
||||
IncSync()
|
||||
}
|
||||
|
||||
func (box *Box) fillSort(files *[]*File) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue