更新依赖项版本,优化后台任务管理器,添加后台任务自动启动功能,调整后台获取配置,移除冗余代码

This commit is contained in:
richarjiang
2025-09-05 16:52:00 +08:00
parent 8d71d751d6
commit 6af86800f2
6 changed files with 428 additions and 541 deletions

View File

@@ -25,8 +25,8 @@
"@types/lodash": "^4.17.20",
"cos-js-sdk-v5": "^1.6.0",
"dayjs": "^1.11.13",
"expo": "~53.0.20",
"expo-apple-authentication": "6.4.2",
"expo": "53.0.22",
"expo-apple-authentication": "~7.2.4",
"expo-blur": "~14.1.5",
"expo-camera": "^16.1.11",
"expo-constants": "~17.1.7",
@@ -37,11 +37,11 @@
"expo-linear-gradient": "^14.1.5",
"expo-linking": "~7.1.7",
"expo-notifications": "~0.31.4",
"expo-router": "~5.1.4",
"expo-router": "~5.1.5",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-symbols": "~0.4.5",
"expo-system-ui": "~5.0.10",
"expo-system-ui": "~5.0.11",
"expo-web-browser": "~14.2.0",
"lodash": "^4.17.21",
"lottie-react-native": "^7.3.4",
@@ -78,4 +78,4 @@
"typescript": "~5.8.3"
},
"private": true
}
}