improve html api;

fix thumbnails loading api;
add favoriteId api
This commit is contained in:
nyne
2024-10-20 11:11:47 +08:00
parent 0b13950a9e
commit b682d7d87b
9 changed files with 219 additions and 74 deletions

View File

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