fix
This commit is contained in:
parent
31456addaa
commit
481a8583ed
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user