Merge branch 'fix'

This commit is contained in:
guozhigq
2024-11-11 22:27:34 +08:00
80 changed files with 127 additions and 129 deletions

View File

@ -16,7 +16,7 @@ class FavPanel extends StatefulWidget {
}
class _FavPanelState extends State<FavPanel> {
final Box<dynamic> localCache = GStrorage.localCache;
final Box<dynamic> localCache = GStorage.localCache;
late Future _futureBuilderFuture;
@override