🐛 The images in the embed blocks are not uploaded to the community hosting https://github.com/siyuan-note/siyuan/issues/10042

This commit is contained in:
Daniel 2024-01-01 17:07:15 +08:00
parent fdb0600dbb
commit 275714f017
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 46 additions and 2 deletions

View file

@ -68,6 +68,9 @@ func Export2Liandi(id string) (err error) {
}
assets := assetsLinkDestsInTree(tree)
embedAssets := assetsLinkDestsInQueryEmbedNodes(tree)
assets = append(assets, embedAssets...)
assets = gulu.Str.RemoveDuplicatedElem(assets)
err = uploadAssets2Cloud(assets, bizTypeExport2Liandi)
if nil != err {
return