Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何用任何其他图片(例如徽标)更改此加载图像?
假设您使用的是 XAML / C#*,您只需将 /Assets/SplashScreen.png 替换为大小为 620 x 300 像素的合适图像。
或者,添加正确大小的图像并更新清单文件以指向正确的图像。
* Javascript apps may well have the same locations, but I don't have access to VS right now to check.