feat: 完善目标管理功能及相关组件

- 新增创建目标弹窗,支持用户输入目标信息并提交
- 实现目标数据的转换,支持将目标转换为待办事项和时间轴事件
- 优化目标页面,集成Redux状态管理,处理目标的创建、完成和错误提示
- 更新时间轴组件,支持动态显示目标安排
- 编写目标管理功能实现文档,详细描述功能和组件架构
This commit is contained in:
richarjiang
2025-08-22 12:05:27 +08:00
parent 136c800084
commit 231620d778
11 changed files with 1811 additions and 169 deletions

View File

@@ -73,7 +73,7 @@ const styles = StyleSheet.create({
},
tabContainer: {
flexDirection: 'row',
borderRadius: 12,
borderRadius: 20,
padding: 4,
shadowColor: '#000',
shadowOffset: {
@@ -87,7 +87,7 @@ const styles = StyleSheet.create({
tab: {
paddingVertical: 12,
paddingHorizontal: 32,
borderRadius: 16,
borderRadius: 20,
justifyContent: 'center',
alignItems: 'center',
},