1.修复睡眠日报中睡眠规律性数据显示错误

2.更新时区设置
This commit is contained in:
wyf
2026-01-07 15:19:16 +08:00
parent 36f19a71eb
commit 575f91e8dd
42 changed files with 4236 additions and 1653 deletions

View File

@@ -884,6 +884,7 @@ class _HomePageState extends State<HomePage> {
homeController.model.type = 1;
deviceController.model.type = 1;
homeController.updateAll();
await deviceController
.getDeviceList();
await deviceController
@@ -942,6 +943,7 @@ class _HomePageState extends State<HomePage> {
onTap: () async {
homeController.model.type = 2;
deviceController.model.type = 2;
homeController.updateAll();
await deviceController
.getDeviceList();
await deviceController