Browse Source

添加app图标

hella_online_20240829
lijuncheng 3 months ago
parent
commit
46da16cd4f
  1. 8
      src/manifest.json
  2. BIN
      src/static/logo/144x144.png
  3. BIN
      src/static/logo/196x196.png
  4. BIN
      src/static/logo/72x72.png
  5. BIN
      src/static/logo/96x96.png

8
src/manifest.json

@ -74,6 +74,14 @@
"parameters" : {}
}
}
},
"icons" : {
"android" : {
"hdpi" : "src/static/logo/72x72.png",
"xhdpi" : "src/static/logo/96x96.png",
"xxhdpi" : "src/static/logo/144x144.png",
"xxxhdpi" : "src/static/logo/196x196.png"
}
}
},
"nativePlugins" : {

BIN
src/static/logo/144x144.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
src/static/logo/196x196.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
src/static/logo/72x72.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
src/static/logo/96x96.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Loading…
Cancel
Save