答案 0 :(得分:3)
在 config.xml 中,要更改图标属性:
如果是Windows Phone8,
<platform name="wp8">
<icon src="res/wp/ApplicationIcon.png" width="99" height="99" />
<!-- tile image -->
<icon src="res/wp/Background.png" width="159" height="159" />
</platform>
如果是Windows8,
<platform name="windows8">
<icon src="res/windows8/logo.png" width="150" height="150" />
<icon src="res/windows8/smalllogo.png" width="30" height="30" />
<icon src="res/windows8/storelogo.png" width="50" height="50" />
</platform>
Windows Phone指定单个闪屏图像:
windows-phone/screen-portrait.jpg
请参阅this文档。