feat: 新增饮食方案卡片及相关计算功能

- 在教练页面中新增饮食方案卡片,展示用户的饮食计划和相关数据
- 实现BMI计算、每日推荐摄入热量计算及营养素分配功能
- 优化体重历史记录卡片,增加动画效果提升用户体验
- 更新统计页面样式,增加体重卡片样式和按钮功能
- 修复获取HRV值的逻辑,确保数据准确性
This commit is contained in:
richarjiang
2025-08-20 19:10:04 +08:00
parent 1c44c3083b
commit 3d47073d2f
4 changed files with 641 additions and 116 deletions

View File

@@ -718,4 +718,19 @@ const styles = StyleSheet.create({
fontWeight: '700',
marginTop: 8,
},
weightCard: {
backgroundColor: '#F0F9FF',
},
weightValue: {
fontSize: 22,
color: '#0369A1',
fontWeight: '800',
marginTop: 8,
},
addWeightButton: {
position: 'absolute',
right: 0,
top: 0,
padding: 4,
},
});