فهرست منبع

:art: Doc in the user guide no longer supports one-click sending to the community Fix https://github.com/siyuan-note/siyuan/issues/8388

Daniel 2 سال پیش
والد
کامیت
e287017552
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      kernel/model/export.go

+ 1 - 0
kernel/model/export.go

@@ -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))
 	}