1.修复睡眠日报中睡眠规律性数据显示错误

2.更新时区设置
This commit is contained in:
wyf
2026-01-07 15:19:16 +08:00
parent 36f19a71eb
commit 575f91e8dd
42 changed files with 4236 additions and 1653 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -384,7 +384,7 @@ class _EPageState extends State<DeviceTypePage> {
}
Widget _buildDeviceCard(BuildContext context,
{required String title, required String imageUrl, required double type}) {
{required String title, required String imageUrl, required int type}) {
if (type != 1) {
return Container();
}

View File

@@ -134,7 +134,7 @@ class _DeviceTypeListPageState extends State<DeviceTypeListPage> {
}
Widget _buildDeviceCard(BuildContext context,
{required String title, required String imageUrl, required double type}) {
{required String title, required String imageUrl, required int type}) {
if (type != 1) {
return Container();
}