potato-map3d-ui2 0.0.21 → 0.0.22

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,7 +721,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
721
721
  {
722
722
  value: "卫星影像",
723
723
  name: "天地图卫星",
724
- icon: "/img/controls/img1-map.png"
724
+ icon: "../../../assets/controls/img1-map.png"
725
725
  },
726
726
  {
727
727
  value: "电子地图",
@@ -836,7 +836,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
836
836
  {
837
837
  value: "卫星影像",
838
838
  name: "天地图卫星",
839
- icon: "img/controls/img1-map.png"
839
+ icon: "../../../assets/controls/img1-map.png"
840
840
  },
841
841
  {
842
842
  value: "电子地图",
@@ -724,7 +724,7 @@
724
724
  {
725
725
  value: "卫星影像",
726
726
  name: "天地图卫星",
727
- icon: "/img/controls/img1-map.png"
727
+ icon: "../../../assets/controls/img1-map.png"
728
728
  },
729
729
  {
730
730
  value: "电子地图",
@@ -839,7 +839,7 @@
839
839
  {
840
840
  value: "卫星影像",
841
841
  name: "天地图卫星",
842
- icon: "img/controls/img1-map.png"
842
+ icon: "../../../assets/controls/img1-map.png"
843
843
  },
844
844
  {
845
845
  value: "电子地图",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "potato-map3d-ui2",
3
3
  "private": false,
4
- "version": "0.0.21",
4
+ "version": "0.0.22",
5
5
  "main": "./dist/map3d-ui2.umd.js",
6
6
  "module": "./dist/map3d-ui2.es.js",
7
7
  "type": "module",