更新界面布局

This commit is contained in:
wyf
2025-06-16 21:08:54 +08:00
parent acde8340a8
commit aa51d92d2b
19 changed files with 2595 additions and 1524 deletions

View File

@@ -341,6 +341,8 @@ class MyApp extends StatelessWidget {
Get.lazyPut(() => MHTBlueToothController()),
Get.lazyPut(() => MHTHomeController()),
Get.lazyPut(() => MHTDeviceCalibrationController()),
Get.lazyPut(() => SleepReportController()),
Get.lazyPut(() => CalendarController()),
]));
}