mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
448fed5532
commit
ad60a28278
3 changed files with 22 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ func Export2Liandi(id string) (err error) {
|
|||
return
|
||||
}
|
||||
|
||||
sqlAssets := sql.QueryRootBlockAssets(id)
|
||||
err = uploadCloud(sqlAssets)
|
||||
|
||||
// 判断帖子是否已经存在,存在则使用更新接口
|
||||
foundArticle := false
|
||||
articleId := tree.Root.IALAttr("liandiArticleId")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue