更新微信登录

This commit is contained in:
wyf
2025-08-19 18:00:51 +08:00
parent b2cd46bc7a
commit 2cca7c7716
11 changed files with 211 additions and 76 deletions

View File

@@ -48,7 +48,7 @@ class _InstantBodyPageState extends State<InstantBodyPage>
// String snores = "否".tr;
// int heartrate = 0;
String breathState = "-";
String inBed ="-";
String inBed = "-";
String onlineState = "离线".tr;
Timer? _onlineTimer; // 添加 Timer 引用
int bodyMotion = -1;
@@ -109,9 +109,9 @@ class _InstantBodyPageState extends State<InstantBodyPage>
inBed = "-";
bodyMotion = -1;
heartrate = -1;
snores ="-";
snores = "-";
breathrate = -1;
breathState ="-";
breathState = "-";
});
}
});
@@ -252,7 +252,7 @@ class _InstantBodyPageState extends State<InstantBodyPage>
children: [
Padding(
padding: EdgeInsetsDirectional.fromSTEB(
30.rpx, 0.rpx, 30.rpx, 120.rpx),
30.rpx, 0.rpx, 30.rpx, 100.rpx),
child: ClickableContainer(
backgroundColor: themeController.currentColor.sc5,
highlightColor: themeController
@@ -426,7 +426,7 @@ class _InstantBodyPageState extends State<InstantBodyPage>
children: [
Padding(
padding: EdgeInsetsDirectional.fromSTEB(
66.rpx, 0, 66.rpx, 0),
30.rpx, 0, 30.rpx, 0),
child: Container(
// decoration: BoxDecoration(
// image: DecorationImage(