feat: app 图标 + static目录条件编译
@ -71,8 +71,36 @@ export default defineManifestConfig({
|
||||
sdkConfigs: {},
|
||||
/* 图标配置 */
|
||||
icons: {
|
||||
android: {},
|
||||
ios: {},
|
||||
android: {
|
||||
hdpi: 'static/app/icons/72x72.png',
|
||||
xhdpi: 'static/app/icons/96x96.png',
|
||||
xxhdpi: 'static/app/icons/144x144.png',
|
||||
xxxhdpi: 'static/app/icons/192x192.png',
|
||||
},
|
||||
ios: {
|
||||
appstore: 'static/app/icons/1024x1024.png',
|
||||
ipad: {
|
||||
app: 'static/app/icons/76x76.png',
|
||||
'app@2x': 'static/app/icons/152x152.png',
|
||||
notification: 'static/app/icons/20x20.png',
|
||||
'notification@2x': 'static/app/icons/40x40.png',
|
||||
'proapp@2x': 'static/app/icons/167x167.png',
|
||||
settings: 'static/app/icons/29x29.png',
|
||||
'settings@2x': 'static/app/icons/58x58.png',
|
||||
spotlight: 'static/app/icons/40x40.png',
|
||||
'spotlight@2x': 'static/app/icons/80x80.png',
|
||||
},
|
||||
iphone: {
|
||||
'app@2x': 'static/app/icons/120x120.png',
|
||||
'app@3x': 'static/app/icons/180x180.png',
|
||||
'notification@2x': 'static/app/icons/40x40.png',
|
||||
'notification@3x': 'static/app/icons/60x60.png',
|
||||
'settings@2x': 'static/app/icons/58x58.png',
|
||||
'settings@3x': 'static/app/icons/87x87.png',
|
||||
'spotlight@2x': 'static/app/icons/80x80.png',
|
||||
'spotlight@3x': 'static/app/icons/120x120.png',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -45,8 +45,36 @@
|
||||
"ios": {},
|
||||
"sdkConfigs": {},
|
||||
"icons": {
|
||||
"android": {},
|
||||
"ios": {}
|
||||
"android": {
|
||||
"hdpi": "static/app/icons/72x72.png",
|
||||
"xhdpi": "static/app/icons/96x96.png",
|
||||
"xxhdpi": "static/app/icons/144x144.png",
|
||||
"xxxhdpi": "static/app/icons/192x192.png"
|
||||
},
|
||||
"ios": {
|
||||
"appstore": "static/app/icons/1024x1024.png",
|
||||
"ipad": {
|
||||
"app": "static/app/icons/76x76.png",
|
||||
"app@2x": "static/app/icons/152x152.png",
|
||||
"notification": "static/app/icons/20x20.png",
|
||||
"notification@2x": "static/app/icons/40x40.png",
|
||||
"proapp@2x": "static/app/icons/167x167.png",
|
||||
"settings": "static/app/icons/29x29.png",
|
||||
"settings@2x": "static/app/icons/58x58.png",
|
||||
"spotlight": "static/app/icons/40x40.png",
|
||||
"spotlight@2x": "static/app/icons/80x80.png"
|
||||
},
|
||||
"iphone": {
|
||||
"app@2x": "static/app/icons/120x120.png",
|
||||
"app@3x": "static/app/icons/180x180.png",
|
||||
"notification@2x": "static/app/icons/40x40.png",
|
||||
"notification@3x": "static/app/icons/60x60.png",
|
||||
"settings@2x": "static/app/icons/58x58.png",
|
||||
"settings@3x": "static/app/icons/87x87.png",
|
||||
"spotlight@2x": "static/app/icons/80x80.png",
|
||||
"spotlight@3x": "static/app/icons/120x120.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
BIN
src/static/app/icons/1024x1024.png
Normal file
After Width: | Height: | Size: 1024 KiB |
BIN
src/static/app/icons/120x120.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
src/static/app/icons/144x144.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
src/static/app/icons/152x152.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
src/static/app/icons/167x167.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
src/static/app/icons/180x180.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
src/static/app/icons/192x192.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
src/static/app/icons/20x20.png
Normal file
After Width: | Height: | Size: 940 B |
BIN
src/static/app/icons/29x29.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
src/static/app/icons/40x40.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
src/static/app/icons/58x58.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/static/app/icons/60x60.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
src/static/app/icons/72x72.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
src/static/app/icons/76x76.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
src/static/app/icons/80x80.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
src/static/app/icons/87x87.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/static/app/icons/96x96.png
Normal file
After Width: | Height: | Size: 14 KiB |