Merge branch 'feature-liveRoomRender'

This commit is contained in:
guozhigq
2024-02-11 18:48:24 +08:00
11 changed files with 319 additions and 109 deletions

View File

@ -42,6 +42,8 @@ class GStrorage {
return deletedEntries > 10;
},
);
// 视频设置
video = await Hive.openBox('video');
}
static void regAdapter() {
@ -52,11 +54,6 @@ class GStrorage {
Hive.registerAdapter(HotSearchItemAdapter());
}
static Future<void> lazyInit() async {
// 视频设置
video = await Hive.openBox('video');
}
static Future<void> close() async {
// user.compact();
// user.close();