mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-19 19:57:09 +08:00
优化单页打印
This commit is contained in:
9
models/ConvertBookResult.go
Normal file
9
models/ConvertBookResult.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
// 转换结果
|
||||
type ConvertBookResult struct {
|
||||
PDFPath string
|
||||
EpubPath string
|
||||
MobiPath string
|
||||
WordPath string
|
||||
}
|
||||
Reference in New Issue
Block a user