🎨 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:
Daniel 2023-05-29 14:27:43 +08:00
parent 486c082c7d
commit e287017552
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -60,6 +60,7 @@ func Export2Liandi(id string) (err error) {
}
if IsUserGuide(tree.Box) {
// Doc in the user guide no longer supports one-click sending to the community https://github.com/siyuan-note/siyuan/issues/8388
return errors.New(Conf.Language(204))
}