mars3d 3.8.6 → 3.8.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.
package/README.md CHANGED
@@ -39,7 +39,7 @@ npm install mars3d mars3d-cesium @turf/turf --save
39
39
  ```js
40
40
  //导入mars3d主库
41
41
  import "mars3d-cesium/Build/Cesium/Widgets/widgets.css"
42
- import "mars3d/dist/mars3d.css"
42
+ import "mars3d/mars3d.css"
43
43
  import * as mars3d from "mars3d";
44
44
  ```
45
45
 
package/dist/mars3d.css CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Mars3D三维可视化平台 mars3d
3
3
  *
4
- * 版本信息:v3.8.6
5
- * 编译日期:2024-11-06 11:08
4
+ * 版本信息:v3.8.7
5
+ * 编译日期:2024-11-17 22:56
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
7
  * 使用单位:免费公开版 ,2024-08-01
8
8
  */
@@ -455,7 +455,7 @@
455
455
  .mars3d-mousedownview-img {
456
456
  width: 36px;
457
457
  height: 36px;
458
- background-image: url(./img/cursor.png);
458
+ background-image: url(../img/cursor.png);
459
459
  background-size: 100% 100%;
460
460
  }
461
461
  .mars3d-mousedownview-show {