更新睡眠报告提示样式,更新ios蓝牙开关判定

This commit is contained in:
wyf
2025-09-04 11:20:44 +08:00
parent aad3a00ac3
commit 9f73a8111a
12 changed files with 1845 additions and 277 deletions

View File

@@ -875,22 +875,20 @@ class _NewSleepReportPageState extends State<NewSleepReportPage> {
"MAC号".tr +
": ${widget.data['mac'] ?? '未知数据'.tr}",
style: TextStyle(
color: themeController.currentColor.sc4
.withOpacity(0.2),
color: themeController.currentColor.sc4,
fontSize:
AppConstants().smaller_text_fontSize,
AppConstants().middler_text_fontSize,
),
),
SizedBox(
height: 10.rpx,
height: 4.rpx,
),
Text(
"睡眠报告提示".tr,
style: TextStyle(
color: themeController.currentColor.sc4
.withOpacity(0.2),
color: themeController.currentColor.sc4,
fontSize:
AppConstants().smaller_text_fontSize,
AppConstants().middler_text_fontSize,
),
),
],