perf: 更换 logo
6
app.json
@@ -6,7 +6,7 @@
|
|||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"scheme": "digitalpilates",
|
"scheme": "digitalpilates",
|
||||||
"userInterfaceStyle": "light",
|
"userInterfaceStyle": "light",
|
||||||
"icon": "./assets/icon.icon/Assets/icon-1756312748268.jpg",
|
"icon": "./assets/logo.png",
|
||||||
"newArchEnabled": true,
|
"newArchEnabled": true,
|
||||||
"jsEngine": "jsc",
|
"jsEngine": "jsc",
|
||||||
"ios": {
|
"ios": {
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
[
|
[
|
||||||
"expo-splash-screen",
|
"expo-splash-screen",
|
||||||
{
|
{
|
||||||
"image": "./assets/icon.icon/Assets/icon-1756312748268.jpg",
|
"image": "./assets/logo.png",
|
||||||
"imageWidth": 40,
|
"imageWidth": 40,
|
||||||
"resizeMode": "contain",
|
"resizeMode": "contain",
|
||||||
"backgroundColor": "#ffffff"
|
"backgroundColor": "#ffffff"
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
[
|
[
|
||||||
"expo-notifications",
|
"expo-notifications",
|
||||||
{
|
{
|
||||||
"icon": "./assets/icon.icon/Assets/icon-1756312748268.jpg",
|
"icon": "./assets/logo.png",
|
||||||
"color": "#ffffff"
|
"color": "#ffffff"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
BIN
assets/logo.png
Normal file
|
After Width: | Height: | Size: 225 KiB |
|
Before Width: | Height: | Size: 248 KiB |
@@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"images": [
|
"images" : [
|
||||||
{
|
{
|
||||||
"filename": "App-Icon-1024x1024@1x.png",
|
"filename" : "logo.png",
|
||||||
"idiom": "universal",
|
"idiom" : "universal",
|
||||||
"platform": "ios",
|
"platform" : "ios",
|
||||||
"size": "1024x1024"
|
"size" : "1024x1024"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info": {
|
"info" : {
|
||||||
"version": 1,
|
"author" : "xcode",
|
||||||
"author": "expo"
|
"version" : 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
ios/OutLive/Images.xcassets/AppIcon.appiconset/logo.png
Normal file
|
After Width: | Height: | Size: 225 KiB |
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"images": [
|
"images" : [
|
||||||
{
|
{
|
||||||
"idiom": "universal",
|
"filename" : "logo.png",
|
||||||
"filename": "image.png",
|
"idiom" : "universal",
|
||||||
"scale": "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom": "universal",
|
"filename" : "logo 1.png",
|
||||||
"filename": "image@2x.png",
|
"idiom" : "universal",
|
||||||
"scale": "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom": "universal",
|
"filename" : "logo 2.png",
|
||||||
"filename": "image@3x.png",
|
"idiom" : "universal",
|
||||||
"scale": "3x"
|
"scale" : "3x"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info": {
|
"info" : {
|
||||||
"version": 1,
|
"author" : "xcode",
|
||||||
"author": "expo"
|
"version" : 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
BIN
ios/OutLive/Images.xcassets/SplashScreenLogo.imageset/logo 1.png
vendored
Normal file
|
After Width: | Height: | Size: 225 KiB |
BIN
ios/OutLive/Images.xcassets/SplashScreenLogo.imageset/logo 2.png
vendored
Normal file
|
After Width: | Height: | Size: 225 KiB |
BIN
ios/OutLive/Images.xcassets/SplashScreenLogo.imageset/logo.png
vendored
Normal file
|
After Width: | Height: | Size: 225 KiB |