更新睡眠报告

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

@@ -650,8 +650,8 @@ class _MinePageState extends State<MinePage> {
// themeController.currentColor.sc2,
// );
Get.toNamed("/newSleepReportPage",
arguments: DateTime.now()
.millisecondsSinceEpoch);
arguments: {'date':DateTime.now()
.millisecondsSinceEpoch,"mac":'aaaaaaeeeeeq','type':1});
}
},
child: Container(
@@ -693,7 +693,7 @@ class _MinePageState extends State<MinePage> {
mainAxisSize: MainAxisSize.max,
children: [
Text(
'V1.0.2505.20',
'V1.0.2505.26',
style:
FlutterFlowTheme.of(context)
.bodyMedium