local comic reading

This commit is contained in:
nyne
2024-10-08 08:30:08 +08:00
parent 601a7cd796
commit b44998663a
4 changed files with 101 additions and 35 deletions

View File

@@ -462,7 +462,7 @@ abstract mixin class _ComicPageActions {
void read([int? ep, int? page]) {
App.rootContext.to(
() => Reader(
source: comicSource,
type: comic.comicType,
cid: comic.id,
name: comic.title,
chapters: comic.chapters,