更新
This commit is contained in:
@@ -77,11 +77,11 @@ class _HelpPageState extends State<HelpPage> {
|
|||||||
actions: [],
|
actions: [],
|
||||||
centerTitle: false,
|
centerTitle: false,
|
||||||
),
|
),
|
||||||
|
|
||||||
body: SafeArea(
|
body: SafeArea(
|
||||||
top: true,
|
top: true,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: EdgeInsets.symmetric(horizontal: 30.rpx),
|
padding: EdgeInsets.symmetric(horizontal: 0.rpx),
|
||||||
child: Column(children: [
|
child: Column(children: [
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Container(
|
child: Container(
|
||||||
|
|||||||
@@ -1056,7 +1056,8 @@ class _HomePageState extends State<HomePage> {
|
|||||||
stateModule.length,
|
stateModule.length,
|
||||||
(j) {
|
(j) {
|
||||||
stateModule[j]['onto'] = true;
|
stateModule[j]['onto'] = true;
|
||||||
stateModule[j]['time'] = currentTime;
|
stateModule[j]['time'] =
|
||||||
|
currentTime;
|
||||||
return SleepDataModuleWidget(
|
return SleepDataModuleWidget(
|
||||||
data: stateModule[j],
|
data: stateModule[j],
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -693,7 +693,7 @@ class _MinePageState extends State<MinePage> {
|
|||||||
mainAxisSize: MainAxisSize.max,
|
mainAxisSize: MainAxisSize.max,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
'V1.0.2505.29',
|
'V1.0.2506.03',
|
||||||
style:
|
style:
|
||||||
FlutterFlowTheme.of(context)
|
FlutterFlowTheme.of(context)
|
||||||
.bodyMedium
|
.bodyMedium
|
||||||
|
|||||||
Reference in New Issue
Block a user