mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-10-21 11:27:26 +08:00
1、实现富文本编辑器
2、实现文档转换为PDF、MOBI、EPUB格式
This commit is contained in:
8
models/convert_book_result.go
Normal file
8
models/convert_book_result.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
// 转换结果
|
||||
type ConvertBookResult struct {
|
||||
PDFPath string
|
||||
EpubPath string
|
||||
MobiPath string
|
||||
}
|
Reference in New Issue
Block a user