mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-10-21 11:27:26 +08:00
1、实现富文本编辑器
2、实现文档转换为PDF、MOBI、EPUB、Word格式 3、实现登录后跳转到来源地址
This commit is contained in:
@@ -2,7 +2,8 @@ package models
|
||||
|
||||
// 转换结果
|
||||
type ConvertBookResult struct {
|
||||
PDFPath string
|
||||
PDFPath string
|
||||
EpubPath string
|
||||
MobiPath string
|
||||
WordPath string
|
||||
}
|
||||
|
Reference in New Issue
Block a user