!159 地图组件新增卫星地图主题

Merge pull request !159 from tanhao/feat-map-theme
This commit is contained in:
奔跑的面条
2023-05-24 12:58:20 +00:00
parent 346c8d439a
commit bcb2ca1cb5
3 changed files with 15 additions and 3 deletions
@@ -134,6 +134,10 @@ const themeOptions = [
{
value: ThemeEnum.WINE,
label: '酱籽'
},
{
value: ThemeEnum.WEIXIN,
label: '卫星'
}
]