mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-21 03:44:17 +08:00
增加更多的输出日志
This commit is contained in:
@@ -487,6 +487,10 @@ func (c *BookController) Create() {
|
||||
book.MemberId = c.Member.MemberId
|
||||
book.CommentCount = 0
|
||||
book.Version = time.Now().Unix()
|
||||
book.IsEnableShare = 0
|
||||
book.IsUseFirstDocument = 1
|
||||
book.IsDownload = 1
|
||||
book.AutoRelease = 0
|
||||
|
||||
book.Editor = "markdown"
|
||||
book.Theme = "default"
|
||||
|
Reference in New Issue
Block a user