diff --git a/common/BaseComicEntity.py b/common/BaseComicEntity.py index 291ea40..00a8cbb 100644 --- a/common/BaseComicEntity.py +++ b/common/BaseComicEntity.py @@ -64,6 +64,8 @@ class baseComic: Comic.setChapterName(chapters[cls.count_chapter]) Comic.setNumber(cls.count_chapter+1) #存在完成配置文件 但文件不存在 将清空完成配置文件 + if fu.exists(ComicPath.getNewCBZComicChapter("file")): + ciUtils.setProgressDone() if ciUtils.isProgressDone() and fu.notExists(ComicPath.getNewCBZComicChapter("file")): ciUtils.setProgressFail() #不存在完成配置文件 则允许下载