add loginWithWebview, mixed explore page, app links, html node api;

improve ui
This commit is contained in:
nyne
2024-10-17 12:27:20 +08:00
parent d01d0b5ddb
commit 6c8a7d62a6
28 changed files with 686 additions and 199 deletions

View File

@@ -187,13 +187,6 @@ class _SingleExplorePageState extends StateWithController<_SingleExplorePage> {
comicSourceKey,
key: ValueKey(key),
);
} else if (data.overridePageBuilder != null) {
return Builder(
builder: (context) {
return data.overridePageBuilder!(context);
},
key: ValueKey(key),
);
} else {
return const Center(
child: Text("Empty Page"),