🎨 Improve exporting .sy.zip https://github.com/siyuan-note/siyuan/issues/12831
This commit is contained in:
parent
06a1c1a33b
commit
706b33b5d5
1 changed files with 2 additions and 0 deletions
|
@ -1558,6 +1558,7 @@ func exportSYZip(boxID, rootDirPath, baseFolderName string, docPaths []string) (
|
|||
refTrees[refTreeID] = refTree
|
||||
}
|
||||
}
|
||||
count++
|
||||
}
|
||||
|
||||
util.PushEndlessProgress(Conf.Language(65))
|
||||
|
@ -1589,6 +1590,7 @@ func exportSYZip(boxID, rootDirPath, baseFolderName string, docPaths []string) (
|
|||
util.PushEndlessProgress(Conf.language(65) + " " + fmt.Sprintf(Conf.Language(66), fmt.Sprintf("%d/%d ", count, total)+tree.HPath))
|
||||
}
|
||||
|
||||
count = 0
|
||||
// 引用树放在导出文件夹根路径下
|
||||
for treeID, tree := range refTrees {
|
||||
readPath := filepath.Join(util.DataDir, tree.Box, tree.Path)
|
||||
|
|
Loading…
Add table
Reference in a new issue