提交 cf1e0d2a 编写于 作者: W wizardforcel

2020-01-28 23:21:14

上级 a90e14ed
......@@ -66,7 +66,7 @@ function writeEpub(articles, imgs, name, path) {
zip.file('OEBPS/toc.ncx', ncx);
var data = zip.generate({base64: false, 'compression':'DEFLATE'})
fs.writeFileSync(path, data)
fs.writeFileSync(path, data, 'binary')
}
module.exports = writeEpub
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册