feat: 新增健康档案模块,支持家庭邀请与个人健康数据管理

This commit is contained in:
richarjiang
2025-12-04 17:56:04 +08:00
parent e713ffbace
commit a254af92c7
28 changed files with 4177 additions and 315 deletions

View File

@@ -5,6 +5,7 @@ import challengesReducer from './challengesSlice';
import checkinReducer, { addExercise, autoSyncCheckin, removeExercise, replaceExercises, setNote, toggleExerciseCompleted } from './checkinSlice';
import circumferenceReducer from './circumferenceSlice';
import exerciseLibraryReducer from './exerciseLibrarySlice';
import familyHealthReducer from './familyHealthSlice';
import fastingReducer, {
clearActiveSchedule,
completeActiveSchedule,
@@ -101,6 +102,7 @@ export const store = configureStore({
checkin: checkinReducer,
circumference: circumferenceReducer,
health: healthReducer,
familyHealth: familyHealthReducer,
mood: moodReducer,
nutrition: nutritionReducer,
trainingPlan: trainingPlanReducer,