mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
🎨 Improve database assets calc https://github.com/siyuan-note/siyuan/issues/12880
This commit is contained in:
parent
f9a696aa14
commit
1f011dc06c
2 changed files with 37 additions and 45 deletions
|
|
@ -218,8 +218,6 @@ func Export2Liandi(id string) (err error) {
|
|||
assets := assetsLinkDestsInTree(tree)
|
||||
embedAssets := assetsLinkDestsInQueryEmbedNodes(tree)
|
||||
assets = append(assets, embedAssets...)
|
||||
avAssets := assetsLinkDestsInAttributeViewNodes(tree)
|
||||
assets = append(assets, avAssets...)
|
||||
assets = gulu.Str.RemoveDuplicatedElem(assets)
|
||||
_, err = uploadAssets2Cloud(assets, bizTypeExport2Liandi)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue