Skip to content

Commit

Permalink
♻️ appbar eve
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Nov 3, 2023
1 parent c9b90fa commit 567a7e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/version.info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
v0.1.21
- [x] ✨ 图片和文字混排翻页
- [x] ✨ 设置行高和边距
- [x] ♻️ 美化一点点小说的UI

v0.1.20
- [x] 🐛 修复签到
Expand Down
1 change: 1 addition & 0 deletions lib/screens/novel_new_reader_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ class _NovelNewReaderScreenState extends State<NovelNewReaderScreen> {
AppBar(
backgroundColor: Colors.black.withOpacity(.5),
title: Text(chapter.chapterName),
elevation: 0,
actions: [
IconButton(
onPressed: _onChooseEp,
Expand Down
1 change: 1 addition & 0 deletions lib/screens/novel_reader_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ class _NovelReaderScreenState extends State<NovelReaderScreen> {
AppBar(
backgroundColor: Colors.black.withOpacity(.5),
title: Text(chapter.chapterName),
elevation: 0,
actions: [
IconButton(
onPressed: _onChooseEp,
Expand Down

0 comments on commit 567a7e0

Please sign in to comment.