This commit is contained in:
cwx
2023-01-15 22:23:47 +08:00
parent ea6b8bd8cc
commit 6423a68a48
3 changed files with 19 additions and 3 deletions
+10 -1
View File
@@ -41,7 +41,8 @@ class comicInfo():
str_files_img = None
str_chapter_index= None
str_value1 = None
list_skip = []
chapter_node = None
comicName_node = None
dep_node = None
@@ -225,6 +226,14 @@ class comicInfo():
def getChapterIndex(cls):
return cls.str_chapter_index
@classmethod
def setComicNameSkips(cls,value):
return cls.list_skip.append(value)
@classmethod
def getIsComicNameSkips(cls,value):
return value in ",".join(cls.list_skip)
'''
获取网站主页
'''