This commit is contained in:
caiwx86 2025-02-10 20:28:15 +08:00
parent ed1fc4b063
commit 0d4897fc49

View File

@ -119,7 +119,8 @@ class comicInfo:
# 收集图片路径
image_paths = [page.get('Image') for page in page_list if page.get('Image')]
if len(image_paths) == 0:
raise exit(f"{cbz_path} {image_paths} 为空")
# 处理每个图片文件
for img_path in image_paths:
actual_path = self.find_actual_path(cbz, img_path+".jpg")