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