feat:更新表单组件

This commit is contained in:
2025-12-09 10:19:50 +08:00
parent adae2bc558
commit 190963f079
12 changed files with 270 additions and 527 deletions

View File

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