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

@@ -75,6 +75,7 @@ export default function HomeScreen() {
level="初学者"
progress={0}
/>
<Pressable onPress={() => router.push('/challenge')}>
<PlanCard
image={'https://plates-1251306435.cos.ap-guangzhou.myqcloud.com/images/Image30play@2x.png'}
title="30日训练打卡"
@@ -82,6 +83,7 @@ export default function HomeScreen() {
level="初学者"
progress={0.75}
/>
</Pressable>
</View>
</View>