mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
增加更多的输出日志
This commit is contained in:
parent
81df7f262b
commit
26ee92c92b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user