Skip to content

Commit 9efd41a

Browse files
committed
同步代码
1 parent c1b25a4 commit 9efd41a

File tree

135 files changed

+1106
-323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+1106
-323
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
*.sh
33
node_modules
4+
packages
45
*.md
56
*.woff
67
*.ttf

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# dependencies
1111
/node_modules
1212
public/lib/CesiumUnminified/
13-
packages/mars3d/dist/plugins/
13+
packages/mars3d/plugins/
1414
packages/mars3d/node_modules/
1515
mars3d-*src.*
1616

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"localforage": "^1.10.0",
3131
"lodash": "^4.17.21",
3232
"mapv": "^2.0.62",
33-
"mars3d": "~3.8.0",
34-
"mars3d-cesium": "~1.123.0",
35-
"mars3d-echarts": "~3.8.0",
36-
"mars3d-heatmap": "~3.8.0",
37-
"mars3d-mapv": "~3.8.0",
38-
"mars3d-space": "~3.8.0",
33+
"mars3d": "~3.8.7",
34+
"mars3d-cesium": "~1.121.2",
35+
"mars3d-echarts": "~3.8.7",
36+
"mars3d-heatmap": "~3.8.7",
37+
"mars3d-mapv": "~3.8.7",
38+
"mars3d-space": "~3.8.7",
3939
"nprogress": "^0.2.0",
4040
"uuid": "^9.0.1",
4141
"vue": "^3.4.19",
@@ -68,7 +68,7 @@
6868
"typescript": "~5.2.2",
6969
"vite": "^5.1.3",
7070
"vite-plugin-eslint": "^1.8.1",
71-
"vite-plugin-mars3d": "^4.1.0",
71+
"vite-plugin-mars3d": "^4.2.0",
7272
"vite-plugin-style-import": "^2.0.0",
7373
"vue-tsc": "^1.8.27"
7474
},

0 commit comments

Comments
 (0)