feat: 添加挑战页面和相关功能

- 在布局中新增挑战页面的导航
- 在首页中添加挑战计划卡片,支持用户点击跳转
- 更新登录页面的标题样式,调整字体粗细
- 集成 Redux 状态管理,新增挑战相关的 reducer
This commit is contained in:
2025-08-12 22:54:23 +08:00
parent 00ddec25c5
commit 5f05abc3d5
9 changed files with 659 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ export default function RootLayout() {
<Stack screenOptions={{ headerShown: false }}>
<Stack.Screen name="onboarding" />
<Stack.Screen name="(tabs)" />
<Stack.Screen name="challenge" options={{ headerShown: false }} />
<Stack.Screen name="profile/edit" />
<Stack.Screen name="profile/goals" options={{ headerShown: false }} />
<Stack.Screen name="ai-posture-assessment" />