优化单页打印

This commit is contained in:
Minho
2018-06-06 20:45:24 +08:00
parent 915c568a4a
commit 152d71a5a0
16 changed files with 22 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
package models
// 转换结果
type ConvertBookResult struct {
PDFPath string
EpubPath string
MobiPath string
WordPath string
}