mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-20 02:37:59 +08:00
实现导入Markdown
This commit is contained in:
@@ -766,7 +766,7 @@ func (c *DocumentController) Content() {
|
||||
//如果启用了自动发布
|
||||
if autoRelease {
|
||||
go func(identify string) {
|
||||
models.NewDocument().ReleaseContent(bookId)
|
||||
models.NewBook().ReleaseContent(bookId)
|
||||
|
||||
}(identify)
|
||||
}
|
||||
|
Reference in New Issue
Block a user