参考:http://cordova.apache.org/docs/en/latest/config\_ref/images.html
通过config.xml中的<icon>标签来设置Icon
<icon src="res/ios/icon.png" platform="ios" width="57" height="57" density="mdpi" />

Android

IOS

Stella981
2021-10-11
参考:http://cordova.apache.org/docs/en/latest/config\_ref/images.html
通过config.xml中的<icon>标签来设置Icon
<icon src="res/ios/icon.png" platform="ios" width="57" height="57" density="mdpi" />

Android

IOS
