更新睡眠报告

This commit is contained in:
wyf
2025-05-27 23:09:31 +08:00
parent e0fef11b33
commit 98cd7f4e6a
54 changed files with 4450 additions and 1160 deletions

View File

@@ -328,7 +328,8 @@ class _DeviceDataComponentWidgetState extends State<DeviceDataComponentWidget> {
_popupEntry?.remove();
_popupEntry = null;
// Get.toNamed("/deviceDetail", arguments: widget.device);
TopSlideNotification.show(context, text: "待开发功能".tr);
Get.toNamed("/messageSettingPage", arguments: widget.device);
// TopSlideNotification.show(context, text: "待开发功能".tr);
},
),
]);