This commit is contained in:
Daniel 2024-10-25 22:39:24 +08:00
parent f9a696aa14
commit 1f011dc06c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 37 additions and 45 deletions

View file

@ -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 {