This commit is contained in:
caiwx86 2023-02-12 14:04:56 +08:00
parent 31456addaa
commit 481a8583ed

View File

@ -5,7 +5,7 @@ import json,shutil
from utils.FileUtils import dbUtils
class comicInfo():
COMIC_ICON_NAME = "cover"
COMIC_ICON_NAME = "000"
COMIC_INFO_XML = "ComicInfo.xml"
PROGRESS_INFO = "info"
PROGRESS_DOWN = "download"
@ -154,7 +154,7 @@ class comicInfo():
root_node = cls.document.createElement(cls.pages)
#添加封面
icon_node = cls.document.createElement("Page")
icon_node.setAttribute("Image","cover")
icon_node.setAttribute("Image","000")
icon_node.setAttribute("Type","FrontCover")
root_node.appendChild(icon_node)
for page in value: