feat(ui): 更新应用图标和启动屏幕为新品牌标识并调整相关配置
更新应用图标、启动屏幕和相关配置以匹配新品牌标识,移除旧的 Sealife 图标文件并替换为新的 icon.icon 资源。同时更新 iOS 配置中的背景任务标识符以符合命名规范。调整统计页面头部 logo 尺寸和字体粗细以优化视觉效果。 - 替换所有平台的应用图标和启动图资源 - 更新 app.json、Info.plist 和各 imageset 配置文件 - 调整 statistics.tsx 中的 logo 样式 - 移除已废弃的腾讯云 COS 文档
This commit is contained in:
16
package.json
16
package.json
@@ -12,17 +12,17 @@
|
||||
"lint": "expo lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/ui": "~0.2.0-beta.0",
|
||||
"@expo/ui": "~0.2.0-beta.1",
|
||||
"@expo/vector-icons": "^15.0.2",
|
||||
"@react-native-async-storage/async-storage": "^2.2.0",
|
||||
"@react-native-community/datetimepicker": "^8.4.4",
|
||||
"@react-native-masked-view/masked-view": "^0.3.2",
|
||||
"@react-native-picker/picker": "^2.11.1",
|
||||
"@react-native-voice/voice": "^3.2.4",
|
||||
"@react-navigation/bottom-tabs": "^7.3.10",
|
||||
"@react-navigation/elements": "^2.3.8",
|
||||
"@react-navigation/native": "^7.1.6",
|
||||
"@reduxjs/toolkit": "^2.8.2",
|
||||
"@react-navigation/bottom-tabs": "^7.4.7",
|
||||
"@react-navigation/elements": "^2.6.4",
|
||||
"@react-navigation/native": "^7.1.17",
|
||||
"@reduxjs/toolkit": "^2.9.0",
|
||||
"@sentry/react-native": "~6.20.0",
|
||||
"@types/lodash": "^4.17.20",
|
||||
"cos-js-sdk-v5": "^1.6.0",
|
||||
@@ -33,14 +33,14 @@
|
||||
"expo-blur": "~15.0.6",
|
||||
"expo-camera": "~17.0.7",
|
||||
"expo-constants": "~18.0.8",
|
||||
"expo-font": "~14.0.7",
|
||||
"expo-glass-effect": "^0.1.1",
|
||||
"expo-font": "~14.0.8",
|
||||
"expo-glass-effect": "^0.1.2",
|
||||
"expo-haptics": "~15.0.6",
|
||||
"expo-image": "~3.0.7",
|
||||
"expo-image-picker": "~17.0.7",
|
||||
"expo-linear-gradient": "~15.0.6",
|
||||
"expo-linking": "~8.0.7",
|
||||
"expo-notifications": "~0.32.10",
|
||||
"expo-notifications": "~0.32.11",
|
||||
"expo-quick-actions": "^5.0.0",
|
||||
"expo-router": "~6.0.1",
|
||||
"expo-splash-screen": "~31.0.8",
|
||||
|
||||
Reference in New Issue
Block a user