Skip to content

Commit

Permalink
♻️ batter novel reader
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Dec 9, 2022
1 parent 3f12a34 commit 72568a8
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 148 deletions.
2 changes: 1 addition & 1 deletion ci/version.code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.13
v0.1.14
5 changes: 4 additions & 1 deletion ci/version.info.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
计划
- [x] 下载? / / 高清画质?
- [x] 下载? / / 高清画质? / / 通过点击进行上一页下一页?

v0.1.14
- [x] 小说左右翻页进行优化, 支持在最后一页后面追加下一章

v0.1.13
- [x] 小说左右翻页
Expand Down
9 changes: 3 additions & 6 deletions lib/screens/novel_detail_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@ class _NovelDetailScreenState extends State<NovelDetailScreen> with RouteAware {
builder: (context) => NovelReaderScreen(
novel: _detail,
volumes: _volumes,
chapter: chapter,
volume: volume,
initChapterId: chapter.chapterId,
),
),
);
Expand Down Expand Up @@ -230,8 +229,7 @@ class _NovelDetailScreenState extends State<NovelDetailScreen> with RouteAware {
builder: (context) => NovelReaderScreen(
novel: _detail,
volumes: _volumes,
chapter: chapter,
volume: volume,
initChapterId: chapter.chapterId,
),
),
);
Expand Down Expand Up @@ -296,8 +294,7 @@ class _NovelDetailScreenState extends State<NovelDetailScreen> with RouteAware {
MaterialPageRoute(
builder: (context) => NovelReaderScreen(
novel: _detail,
volume: volume,
chapter: e,
initChapterId: e.chapterId,
volumes: _volumes,
// loadChapter: _loadChapterF(),
// initRank: 0,
Expand Down
Loading

0 comments on commit 72568a8

Please sign in to comment.