feat:增加变化提醒功能
This commit is contained in:
@@ -14,7 +14,7 @@ void main() async {
|
||||
Hive.registerAdapter(HealthRecordAdapter());
|
||||
|
||||
final healthsBox = await Hive.openBox<HealthRecord>('healths');
|
||||
// healthsBox.clear();
|
||||
healthsBox.clear();
|
||||
// await Hive.deleteBoxFromDisk('healths');
|
||||
|
||||
runApp(
|
||||
|
||||
Reference in New Issue
Block a user