回答

1

當Cordova創建您的VS項目時,它會在platforms \ windows \ images文件夾中創建默認的splash和圖標文件,因此您可以在其中找到要查找的惡意圖片。只需用自己的文件替換,你應該很好。在我自己的Windows 8.1/Windows Phone 8.1/Windows 8 VS解決方案中,我替換的兩個splash文件是:

SplashScreen.scale-100.png 
SplashScreenPhone.scale-240.png 
+0

我必須更改ApplicationIcon.png文件。它很好地解決了。 – frodeborli

相關問題