potato-map3d-ui2 0.0.19 → 0.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -721,17 +721,17 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
721
721
  {
722
722
  value: "卫星影像",
723
723
  name: "天地图卫星",
724
- icon: "img/controls/img1-map.png"
724
+ icon: "/img/controls/img1-map.png"
725
725
  },
726
726
  {
727
727
  value: "电子地图",
728
728
  name: "天地图电子",
729
- icon: "img/controls/img3-map.png"
729
+ icon: "/img/controls/img3-map.png"
730
730
  },
731
731
  {
732
732
  value: "地形图",
733
733
  name: "天地图地形地图",
734
- icon: "img/controls/img4-map.png"
734
+ icon: "/img/controls/img4-map.png"
735
735
  }
736
736
  ]
737
737
  }
@@ -724,17 +724,17 @@
724
724
  {
725
725
  value: "卫星影像",
726
726
  name: "天地图卫星",
727
- icon: "img/controls/img1-map.png"
727
+ icon: "/img/controls/img1-map.png"
728
728
  },
729
729
  {
730
730
  value: "电子地图",
731
731
  name: "天地图电子",
732
- icon: "img/controls/img3-map.png"
732
+ icon: "/img/controls/img3-map.png"
733
733
  },
734
734
  {
735
735
  value: "地形图",
736
736
  name: "天地图地形地图",
737
- icon: "img/controls/img4-map.png"
737
+ icon: "/img/controls/img4-map.png"
738
738
  }
739
739
  ]
740
740
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "potato-map3d-ui2",
3
3
  "private": false,
4
- "version": "0.0.19",
4
+ "version": "0.0.20",
5
5
  "main": "./dist/map3d-ui2.umd.js",
6
6
  "module": "./dist/map3d-ui2.es.js",
7
7
  "type": "module",