feat(challenges): 添加自定义挑战功能和多语言支持

- 新增自定义挑战创建页面,支持设置挑战类型、时间范围、目标值等
- 实现挑战邀请码系统,支持通过邀请码加入自定义挑战
- 完善挑战详情页面的多语言翻译支持
- 优化用户认证状态检查逻辑,使用token作为主要判断依据
- 添加阿里字体文件支持,提升UI显示效果
- 改进确认弹窗组件,支持Liquid Glass效果和自定义内容
- 优化应用启动流程,直接读取onboarding状态而非预加载用户数据
This commit is contained in:
richarjiang
2025-11-26 16:39:01 +08:00
parent 3ad0e08d58
commit 39671ed70f
24 changed files with 3124 additions and 727 deletions

View File

@@ -11,27 +11,28 @@
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"@expo/ui": "~0.2.0-beta.7",
"@expo/vector-icons": "^15.0.2",
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/datetimepicker": "8.4.4",
"@react-native-community/datetimepicker": "8.5.1",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-native-picker/picker": "2.11.1",
"@react-native-picker/picker": "2.11.4",
"@react-native-voice/voice": "^3.2.4",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.4",
"@react-navigation/native": "^7.1.8",
"@reduxjs/toolkit": "^2.9.0",
"@sentry/react-native": "~7.2.0",
"@types/lodash": "^4.17.20",
"dayjs": "^1.11.18",
"expo": "54.0.21",
"@react-navigation/bottom-tabs": "^7.8.6",
"@react-navigation/elements": "^2.8.3",
"@react-navigation/native": "^7.1.21",
"@reduxjs/toolkit": "^2.11.0",
"@sentry/react-native": "~7.7.0",
"@types/lodash": "^4.17.21",
"dayjs": "^1.11.19",
"expo": "54.0.25",
"expo-apple-authentication": "~8.0.7",
"expo-background-task": "~1.0.8",
"expo-blur": "~15.0.7",
"expo-camera": "~17.0.8",
"expo-constants": "~18.0.9",
"expo-clipboard": "~8.0.7",
"expo-camera": "~17.0.9",
"expo-constants": "~18.0.10",
"expo-font": "~14.0.9",
"expo-glass-effect": "~0.1.5",
"expo-glass-effect": "~0.1.7",
"expo-haptics": "~15.0.7",
"expo-image": "~3.0.10",
"expo-image-picker": "~17.0.8",
@@ -41,8 +42,8 @@
"expo-media-library": "^18.2.0",
"expo-notifications": "~0.32.12",
"expo-quick-actions": "^6.0.0",
"expo-router": "~6.0.14",
"expo-splash-screen": "~31.0.10",
"expo-router": "~6.0.15",
"expo-splash-screen": "~31.0.11",
"expo-sqlite": "^16.0.8",
"expo-status-bar": "~3.0.8",
"expo-symbols": "~1.0.7",
@@ -84,4 +85,4 @@
"typescript": "~5.9.2"
},
"private": true
}
}