更新样式

This commit is contained in:
wyf
2025-11-18 10:53:31 +08:00
parent 0ebe7116f6
commit 808c450eb9
6 changed files with 27 additions and 27 deletions

View File

@@ -549,7 +549,7 @@
"设备已被用户解绑,将取消当前分享!": "The device has been unbound by the user, and the current sharing will be cancelled.", "设备已被用户解绑,将取消当前分享!": "The device has been unbound by the user, and the current sharing will be cancelled.",
"消息列表": "message list", "消息列表": "message list",
"睡眠报告提示": "This page is not a medical standard, and the data is for reference only.", "睡眠报告提示": "This page is not a medical standard, and the data is for reference only.",
"MAC号": "MAC Address", "MAC号": "MAC",
"微信用户": "WeChat User", "微信用户": "WeChat User",
"其他设备正在绑定中,是否终止其他设备绑定?": "Another device is binding. Terminate?", "其他设备正在绑定中,是否终止其他设备绑定?": "Another device is binding. Terminate?",
"未配置网络提示": "Network Not Configured", "未配置网络提示": "Network Not Configured",

View File

@@ -552,7 +552,7 @@
"设备已被用户解绑,将取消当前分享!": "设备已被用户解绑,将取消当前分享!", "设备已被用户解绑,将取消当前分享!": "设备已被用户解绑,将取消当前分享!",
"消息列表": "消息列表", "消息列表": "消息列表",
"睡眠报告提示": "本页内容非医疗标准,数据仅供参考", "睡眠报告提示": "本页内容非医疗标准,数据仅供参考",
"MAC号": "MAC", "MAC号": "MAC",
"微信用户": "微信用户", "微信用户": "微信用户",
"其他设备正在绑定中,是否终止其他设备绑定?": "其他设备正在绑定中,是否终止其他设备绑定?", "其他设备正在绑定中,是否终止其他设备绑定?": "其他设备正在绑定中,是否终止其他设备绑定?",
"图形参考": "图像参考", "图形参考": "图像参考",

View File

@@ -546,7 +546,7 @@
"设备已被用户解绑,将取消当前分享!": "設備已被用戶解綁,將取消當前分享!", "设备已被用户解绑,将取消当前分享!": "設備已被用戶解綁,將取消當前分享!",
"消息列表": "消息列表", "消息列表": "消息列表",
"睡眠报告提示": "本頁內容非醫療標準,數據僅供參考", "睡眠报告提示": "本頁內容非醫療標準,數據僅供參考",
"MAC号": "MAC", "MAC号": "MAC",
"微信用户": "微信用戶", "微信用户": "微信用戶",
"其他设备正在绑定中,是否终止其他设备绑定?": "其他設備正在綁定中,是否終止其他設備綁定?", "其他设备正在绑定中,是否终止其他设备绑定?": "其他設備正在綁定中,是否終止其他設備綁定?",
"未配置网络提示": "當前設備未進行網路配置,是否確認跳過網路配置?", "未配置网络提示": "當前設備未進行網路配置,是否確認跳過網路配置?",

View File

@@ -630,7 +630,7 @@ class _InstantBodyPageState extends State<InstantBodyPage>
style: TextStyle( style: TextStyle(
color: themeController.currentColor.sc4, color: themeController.currentColor.sc4,
fontSize: fontSize:
AppConstants().middler_text_fontSize, AppConstants().smaller_text_fontSize,
), ),
), ),
SizedBox( SizedBox(
@@ -641,7 +641,7 @@ class _InstantBodyPageState extends State<InstantBodyPage>
style: TextStyle( style: TextStyle(
color: themeController.currentColor.sc4, color: themeController.currentColor.sc4,
fontSize: fontSize:
AppConstants().middler_text_fontSize, AppConstants().smaller_text_fontSize,
), ),
), ),
], ],

View File

@@ -143,7 +143,7 @@ class _MinePageState extends State<MinePage> {
decoration: BoxDecoration( decoration: BoxDecoration(
shape: BoxShape.circle, shape: BoxShape.circle,
), ),
/* child: login == 1 child: login == 1
? (userInfoController.model.user! ? (userInfoController.model.user!
.avatar == .avatar ==
null || null ||
@@ -161,25 +161,25 @@ class _MinePageState extends State<MinePage> {
: Image.asset( : Image.asset(
"assets/img/avatar.png", "assets/img/avatar.png",
fit: BoxFit.cover, fit: BoxFit.cover,
), */ ),
child: login == 1 // child: login == 1
? (userInfoController.model.user! // ? (userInfoController.model.user!
.avatar == // .avatar ==
null || // null ||
userInfoController.model // userInfoController.model
.user!.avatar!.isEmpty // .user!.avatar!.isEmpty
? Image.asset( // ? Image.asset(
"assets/img/avatar.png", // "assets/img/avatar.jpg",
fit: BoxFit.cover, // fit: BoxFit.cover,
) // )
: Image.asset( // : Image.asset(
"assets/img/avatar.png", // "assets/img/avatar.jpg",
fit: BoxFit.cover, // fit: BoxFit.cover,
)) // ))
: Image.asset( // : Image.asset(
"assets/img/avatar.png", // "assets/img/avatar.jpg",
fit: BoxFit.cover, // fit: BoxFit.cover,
), // ),
), ),
Column( Column(
mainAxisSize: MainAxisSize.max, mainAxisSize: MainAxisSize.max,

View File

@@ -919,7 +919,7 @@ class _NewSleepReportPageState extends State<NewSleepReportPage> {
style: TextStyle( style: TextStyle(
color: themeController.currentColor.sc4, color: themeController.currentColor.sc4,
fontSize: fontSize:
AppConstants().middler_text_fontSize, AppConstants().smaller_text_fontSize,
), ),
), ),
SizedBox( SizedBox(
@@ -930,7 +930,7 @@ class _NewSleepReportPageState extends State<NewSleepReportPage> {
style: TextStyle( style: TextStyle(
color: themeController.currentColor.sc4, color: themeController.currentColor.sc4,
fontSize: fontSize:
AppConstants().middler_text_fontSize, AppConstants().smaller_text_fontSize,
), ),
), ),
], ],