更新睡眠报告
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user