feat: 新增体重记录功能,优化用户资料更新及图片组件缓存

This commit is contained in:
richarjiang
2025-08-27 19:18:54 +08:00
parent aaa462d476
commit ba2d829e02
10 changed files with 767 additions and 32 deletions

View File

@@ -148,7 +148,7 @@ export const Colors = {
ornamentAccent: palette.success[100],
// 背景渐变色
backgroundGradientStart: palette.gray[25],
backgroundGradientStart: palette.purple[25],
backgroundGradientEnd: palette.base.white,
},
dark: {

View File

@@ -37,6 +37,9 @@ export const ROUTES = {
// 营养相关路由
NUTRITION_RECORDS: '/nutrition/records',
// 体重记录相关路由
WEIGHT_RECORDS: '/weight-records',
// 任务相关路由
TASK_DETAIL: '/task-detail',