feat(app): 新增生理周期记录功能与首页卡片自定义支持

- 新增生理周期追踪页面及相关算法逻辑,支持经期记录与预测
- 新增首页统计卡片自定义页面,支持VIP用户调整卡片显示状态与顺序
- 重构首页统计页面布局逻辑,支持动态渲染与混合布局
- 引入 react-native-draggable-flatlist 用于实现拖拽排序功能
- 添加相关多语言配置及用户偏好设置存储接口
This commit is contained in:
richarjiang
2025-12-16 17:25:21 +08:00
parent 5e11da34ee
commit 9b4a300380
10 changed files with 2041 additions and 79 deletions

View File

@@ -112,6 +112,28 @@ export const personal = {
},
};
export const statisticsCustomization = {
title: 'Home Content Settings',
sectionTitle: 'Body Metrics Cards',
description: {
text: '• Customize the body metrics modules displayed on the home page\n• Hidden modules will not be shown on the home page, but data will be retained',
},
items: {
mood: 'Mood',
steps: 'Steps',
stress: 'Stress',
sleep: 'Sleep',
fitnessRings: 'Fitness Rings',
water: 'Water Intake',
basalMetabolism: 'Basal Metabolism',
oxygenSaturation: 'Oxygen Saturation',
menstrualCycle: 'Menstrual Cycle',
weight: 'Weight',
circumference: 'Circumference',
},
vipRequired: 'VIP membership required to customize home layout',
};
export const editProfile = {
title: 'Edit Profile',
fields: {