1、实现富文本编辑器

2、实现文档转换为PDF、MOBI、EPUB、Word格式
3、实现登录后跳转到来源地址
This commit is contained in:
Minho
2018-01-26 17:17:38 +08:00
parent e1ec6bb788
commit 882d93e7b0
57 changed files with 1572 additions and 1475 deletions

View File

@@ -2,7 +2,8 @@ package models
// 转换结果
type ConvertBookResult struct {
PDFPath string
PDFPath string
EpubPath string
MobiPath string
WordPath string
}