perf: 更换 logo

This commit is contained in:
richarjiang
2025-11-12 09:43:22 +08:00
parent 4f946a0566
commit e412f80295
12 changed files with 26 additions and 26 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

View File

@@ -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
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

View File

@@ -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
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB