feat:增加TDesign组件库

This commit is contained in:
2026-01-05 15:33:43 +08:00
parent 2b334edf2f
commit 00c8e82a65
18 changed files with 364 additions and 304 deletions

View File

@@ -48,9 +48,9 @@ class HealthRecord extends HiveObject {
HealthRecord copyWith({
int? id,
num? weight,
double? weight,
String? sportProject,
num? sportDuration,
double? sportDuration,
String? sleepStartTime,
String? sleepEndTime,
String? date,