一堆乱七八糟的修改

播放页面增加桌面版
This commit is contained in:
rang 2025-11-28 17:05:35 +08:00
parent aee1fbde88
commit 3ba35b31b8
116 changed files with 1238 additions and 2592 deletions

View file

@ -13,7 +13,7 @@ Future initStorage() async {
// );
// await storageDir.create(recursive: true);
Hive.defaultDirectory = appStorageDir.path;
Hive.defaultDirectory = appDocumentsDir.path;
appLogger.config('Hive storage directory init: ${Hive.defaultDirectory}');
await registerModels();