基础epub阅读功能

This commit is contained in:
DelLevin-Home
2026-06-27 11:20:27 +08:00
parent 02242089e8
commit 5acbc3a602
18 changed files with 980 additions and 330 deletions

View File

@@ -198,7 +198,7 @@ class _CustomDrawerState extends State<CustomDrawer> {
_buildToolItem(Icons.menu_book_outlined, '阅读器', () {
Navigator.pop(context);
Navigator.push(context, MaterialPageRoute(builder: (_) => const BookshelfPage()));
}, bottomRounded: true, enabled: false),
}, bottomRounded: true),
],
),
);