feat: 新增目标管理功能及相关组件
- 创建目标管理演示页面,展示高保真的目标管理界面 - 实现待办事项卡片的横向滑动展示,支持时间筛选功能 - 新增时间轴组件,展示选中日期的具体任务 - 更新底部导航,添加目标管理和演示页面的路由 - 优化个人页面菜单项,提供目标管理的快速访问 - 编写目标管理功能实现文档,详细描述功能和组件架构
This commit is contained in:
@@ -197,7 +197,12 @@ export default function PersonalScreen() {
|
||||
{
|
||||
icon: 'flag-outline' as const,
|
||||
title: '目标管理',
|
||||
onPress: () => pushIfAuthedElseLogin('/profile/goals'),
|
||||
onPress: () => pushIfAuthedElseLogin('/goals'),
|
||||
},
|
||||
{
|
||||
icon: 'telescope-outline' as const,
|
||||
title: '目标管理演示',
|
||||
onPress: () => pushIfAuthedElseLogin('/goal-demo'),
|
||||
},
|
||||
// {
|
||||
// icon: 'stats-chart-outline' as const,
|
||||
|
||||
Reference in New Issue
Block a user