diff --git a/ci/version.code.txt b/ci/version.code.txt index c78733c..0f8d34d 100644 --- a/ci/version.code.txt +++ b/ci/version.code.txt @@ -1 +1 @@ -v0.1.23 \ No newline at end of file +v0.1.24 \ No newline at end of file diff --git a/ci/version.info.txt b/ci/version.info.txt index b3a6de2..8124f18 100644 --- a/ci/version.info.txt +++ b/ci/version.info.txt @@ -1,7 +1,7 @@ 计划 - [x] 下载? / / 高清画质? / / 通过点击进行上一页下一页? -v0.1.23 +v0.1.23 / v0.1.24 - [x] ♻️ 修复下一章不能用的问题 v0.1.22 diff --git a/lib/screens/comic_reader_screen.dart b/lib/screens/comic_reader_screen.dart index 755a06d..7b3680e 100644 --- a/lib/screens/comic_reader_screen.dart +++ b/lib/screens/comic_reader_screen.dart @@ -815,11 +815,11 @@ abstract class _ComicReaderState extends State<_ComicReader> { // 确定分卷 ComicChapter? v; ComicChapterInfo? c; - for (var v in widget.comic.chapters) { - for (var c in v.data) { - if (c.chapterId == widget.chapter.chapterId) { - v = v; - c = c; + for (var _v in widget.comic.chapters) { + for (var _c in _v.data) { + if (_c.chapterId == widget.chapter.chapterId) { + v = _v; + c = _c; } } } diff --git a/pubspec.yaml b/pubspec.yaml index f8c0f02..e18c411 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A comic reader. publish_to: 'none' -version: 0.1.23+1 +version: 0.1.24+1 environment: