mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-21 07:46:09 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
e6d79c1760
commit
869849ce1b
3 changed files with 27 additions and 15 deletions
|
|
@ -236,7 +236,7 @@ func Export2Liandi(id string) (err error) {
|
|||
embedAssets := getQueryEmbedNodesAssetsLinkDests(tree.Root)
|
||||
assets = append(assets, embedAssets...)
|
||||
assets = gulu.Str.RemoveDuplicatedElem(assets)
|
||||
_, err = uploadAssets2Cloud(assets, bizTypeExport2Liandi)
|
||||
_, err = uploadAssets2Cloud(assets, bizTypeExport2Liandi, false)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue