This commit is contained in:
cwx
2022-12-20 19:04:36 +08:00
parent e65a1cd79d
commit 025c58fd3b
3 changed files with 24 additions and 4 deletions
+8
View File
@@ -24,6 +24,7 @@ class comicInfo():
str_icon = None
str_homePage = None
str_listChapter = None
str_chapter_imgs = None
chapter_node = None
comicName_node = None
@@ -57,6 +58,13 @@ class comicInfo():
def setListChapter(cls, value):
cls.str_listChapter = value
@classmethod
def setChapterImgs(cls, value):
cls.str_chapter_imgs = value
@classmethod
def getChapterImgs(cls):
return cls.str_chapter_imgs
@classmethod
def getLenChapters(cls):