@dindo-group/cloud-map 1.0.6 → 1.0.8

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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  由点都科技集团开源,基于天地图的地图选择组件,支持地点搜索、位置标注、逆地理编码等功能的轻量插件。
4
4
 
5
-
6
5
  ## ✨ 特性
7
6
 
8
7
  - 🗺️ **基于天地图** - 使用中国官方地图服务,数据准确可靠
@@ -81,9 +80,7 @@ export default {
81
80
  </script>
82
81
  ```
83
82
 
84
-
85
83
  ## 📸 预览
86
-
87
84
  <div align="center">
88
85
  <img src="https://oss.yhhl.love/png/1769132841134-0_1769132841135.png" alt="地图组件预览1" width="800" />
89
86
  <br/><br/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dindo-group/cloud-map",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "基于天地图的地图选择组件,支持地点搜索、位置标注、逆地理编码等功能",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",