feat:更新UI布局

This commit is contained in:
2025-12-03 11:49:50 +08:00
parent e2853483f7
commit e672442d6a
9 changed files with 196 additions and 189 deletions

View File

@@ -0,0 +1,8 @@
class AppConfig {
static const int initWeight = 72;
static const int goalWeight = 70;
static const int goalTotalSpot = 600;
static const int goalAvgSleep = 8;
static const List<String> sportProjectList = ['羽毛球', '乒乓球', '跑步'];
}