在紫色和绿色主题自定义背景
这个星星 能换掉吗?
我们有克服默认背景星星的方法,这让你在编辑地图时更加困难,但这次我们不会在应用程序选项卡上大刀阔斧,而是要在控制台上!
替换背景图代码如下:
document.getElementById("stars").style.backgroundImage = "url(put your desire image link here')";
以下是效果图:


Last updated
Was this helpful?
这个星星 能换掉吗?
我们有克服默认背景星星的方法,这让你在编辑地图时更加困难,但这次我们不会在应用程序选项卡上大刀阔斧,而是要在控制台上!
替换背景图代码如下:
document.getElementById("stars").style.backgroundImage = "url(put your desire image link here')";
以下是效果图:
Last updated
Was this helpful?