add star rating, network cache, advanced search option, loginWithCookies, loadNext; fix some minor issues

This commit is contained in:
nyne
2024-10-25 22:51:23 +08:00
parent b682d7d87b
commit 897f92f4c9
27 changed files with 1420 additions and 319 deletions

View File

@@ -127,6 +127,9 @@ class LocalComic with HistoryMixin implements Comic {
@override
String? get favoriteId => null;
@override
double? get stars => null;
}
class LocalManager with ChangeNotifier {