提交 694fbfbb authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 e6db15ca
......@@ -740,7 +740,7 @@ public class EpubResolve {
entityList.add(entity);
}
// 多线程处理图片生成缩略图
new Thread(() -> ImageUtil.createThumbnailToThread(imgs, bookFolderPath + "/")).start();
new Thread(() -> ImageUtil.createThumbnailToThread(imgs, rootPath+bookFolderPath+ "/")).start();
} catch (IOException e) {
e.printStackTrace();
try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论