隐藏未实现功能

This commit is contained in:
wyf
2025-08-21 09:52:37 +08:00
parent a69209db72
commit 4fba3eb3a4
6 changed files with 83 additions and 73 deletions

View File

@@ -59,7 +59,7 @@ class DeviceStatusInfoWidget extends StatelessWidget {
// ),
),
Text(
value,
value.tr,
style: TextStyle(
fontFamily: 'Inter',
fontSize: 48.rpx,
@@ -72,7 +72,7 @@ class DeviceStatusInfoWidget extends StatelessWidget {
.addToStart(SizedBox(width: 31.rpx)),
),
Text(
title,
title.tr,
style: TextStyle(
fontFamily: 'Inter',
fontSize: 30.rpx,