mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-19 19:57:09 +08:00
1、新增标签页面
2、优化显示效果
This commit is contained in:
@@ -768,6 +768,9 @@ func (c *DocumentController) Export() {
|
||||
} else {
|
||||
bookResult = isReadable(identify, token, c)
|
||||
}
|
||||
if bookResult.PrivatelyOwned == 0 {
|
||||
//TODO 私有项目禁止导出
|
||||
}
|
||||
docs, err := models.NewDocument().FindListByBookId(bookResult.BookId)
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user