mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 05:18:49 +01:00
🎨 Doc in the user guide no longer supports one-click sending to the community Fix https://github.com/siyuan-note/siyuan/issues/8388
This commit is contained in:
parent
cf30ad3843
commit
486c082c7d
6 changed files with 14 additions and 5 deletions
|
|
@ -59,6 +59,10 @@ func Export2Liandi(id string) (err error) {
|
|||
return
|
||||
}
|
||||
|
||||
if IsUserGuide(tree.Box) {
|
||||
return errors.New(Conf.Language(204))
|
||||
}
|
||||
|
||||
sqlAssets := sql.QueryRootBlockAssets(id)
|
||||
err = uploadAssets2Cloud(sqlAssets, bizTypeExport2Liandi)
|
||||
if nil != err {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue