feat: 更新应用名称及图标,新增HRV数据管理,优化营养记录展示
This commit is contained in:
10
app.json
10
app.json
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "Health Bot",
|
||||
"name": "Sealife",
|
||||
"slug": "digital-pilates",
|
||||
"version": "1.0.4",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/images/logo.png",
|
||||
"icon": "./assets/images/Sealife.jpeg",
|
||||
"scheme": "digitalpilates",
|
||||
"userInterfaceStyle": "light",
|
||||
"newArchEnabled": true,
|
||||
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/images/logo.png",
|
||||
"foregroundImage": "./assets/images/Sealife.jpeg",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"edgeToEdgeEnabled": true,
|
||||
@@ -30,14 +30,14 @@
|
||||
"web": {
|
||||
"bundler": "metro",
|
||||
"output": "static",
|
||||
"favicon": "./assets/images/logo.png"
|
||||
"favicon": "./assets/images/Sealife.jpeg"
|
||||
},
|
||||
"plugins": [
|
||||
"expo-router",
|
||||
[
|
||||
"expo-splash-screen",
|
||||
{
|
||||
"image": "./assets/images/logo.png",
|
||||
"image": "./assets/images/Sealife.jpeg",
|
||||
"imageWidth": 200,
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#ffffff"
|
||||
|
||||
Reference in New Issue
Block a user