bill hai 1 ano
pai
achega
c0a8165c07
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/setting/index.vue

+ 2 - 1
src/views/setting/index.vue

@@ -34,7 +34,8 @@
           width="100%"
           :options="[
             { label: '卫星地图', value: 'satellite' },
-            { label: '矢量地图', value: 'standard' },
+            { label: '浅色-矢量地图', value: 'standard' },
+            { label: '深色-矢量地图', value: 'dark-standard' },
           ]"
           :modelValue="setting!.mapType"
           @update:modelValue="(e: string )=> changeBack(setting!.back, setting!.backType, setting!.openCompass, setting!.mapOpen, e, {scale: setting!.scale!, rotate: setting?.rotate!})"