Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7dacfb8

Browse files
committed
同步代码
1 parent c11e5ad commit 7dacfb8

File tree

110 files changed

+890
-297
lines changed

Some content is hidden

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

110 files changed

+890
-297
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/node_modules
1212
public/lib/CesiumUnminified/
1313
packages/mars3d/dist/plugins/
14-
packages/mars3d/node_modules/
14+
packages/mars3d/plugins/
1515
mars3d-*src.*
1616

1717

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
same "printed page" as the copyright notice for easier
189189
identification within third-party archives.
190190

191-
Copyright [2017-2024] [Hefei Mars Technology Co., LTD., China] http://mars3d.cn/
191+
Copyright [2017-2025] [Hefei Mars Technology Co., LTD., China] http://mars3d.cn/
192192

193193
Licensed under the Apache License, Version 2.0 (the "License");
194194
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ git clone [email protected]:marsgis/mars3d-vue-app.git
8383
```
8484

8585
### 运行命令
86-
请将机器Node版本升级到v16及以上版本
86+
请将机器Node版本升级到v18及以上版本(建议下载安装官网最新稳定版本)
8787

8888
#### 首次运行前安装依赖
8989

components.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ export {}
88
declare module 'vue' {
99
export interface GlobalComponents {
1010
AutoLocate: typeof import('./src/components/auto-locate/index.vue')['default']
11+
BaseComp: typeof import('./src/components/graphic-options/component/base-comp.vue')['default']
1112
CustomPoint: typeof import('./src/components/custom-point/index.vue')['default']
13+
GraphicOptions: typeof import('./src/components/graphic-options/index.vue')['default']
1214
LayerShortcut: typeof import('./src/components/layer-shortcut/index.vue')['default']
1315
MainView: typeof import('./src/components/mars-work/main-view.vue')['default']
1416
MarsActionSheet: typeof import('./src/components/mars-ui/mars-action-sheet/index.vue')['default']
17+
MarsAttrs: typeof import('./src/components/graphic-options/mars-attrs.vue')['default']
18+
MarsBaseinfo: typeof import('./src/components/graphic-options/mars-baseinfo.vue')['default']
1519
MarsButton: typeof import('./src/components/mars-ui/mars-button/index.vue')['default']
1620
MarsCell: typeof import('./src/components/mars-ui/mars-cell/index.vue')['default']
1721
MarsCheckbox: typeof import('./src/components/mars-ui/mars-checkbox/index.vue')['default']
@@ -33,6 +37,7 @@ declare module 'vue' {
3337
MarsNavBar: typeof import('./src/components/mars-ui/mars-nav-bar/index.vue')['default']
3438
MarsPannel: typeof import('./src/components/mars-ui/mars-pannel/index.vue')['default']
3539
MarsPopup: typeof import('./src/components/mars-ui/mars-popup/index.vue')['default']
40+
MarsPositions: typeof import('./src/components/graphic-options/mars-positions.vue')['default']
3641
MarsRadio: typeof import('./src/components/mars-ui/mars-radio/index.vue')['default']
3742
MarsRadioGroup: typeof import('./src/components/mars-ui/mars-radio-group/index.vue')['default']
3843
MarsSearch: typeof import('./src/components/mars-ui/mars-search/index.vue')['default']
@@ -41,6 +46,7 @@ declare module 'vue' {
4146
MarsSidebarItem: typeof import('./src/components/mars-ui/mars-sidebar-item/index.vue')['default']
4247
MarsSlider: typeof import('./src/components/mars-ui/mars-slider/index.vue')['default']
4348
MarsSliderCell: typeof import('./src/components/mars-ui/mars-slider-cell/index.vue')['default']
49+
MarsStyles: typeof import('./src/components/graphic-options/mars-styles.vue')['default']
4450
MarsSwipeCell: typeof import('./src/components/mars-ui/mars-swipe-cell/index.vue')['default']
4551
MarsSwitch: typeof import('./src/components/mars-ui/mars-switch/index.vue')['default']
4652
MarsSwitchCell: typeof import('./src/components/mars-ui/mars-switch-cell/index.vue')['default']
@@ -81,7 +87,6 @@ declare module 'vue' {
8187
VanSidebar: typeof import('vant/es')['Sidebar']
8288
VanSidebarItem: typeof import('vant/es')['SidebarItem']
8389
VanSlider: typeof import('vant/es')['Slider']
84-
VanSpace: typeof import('vant/es')['Space']
8590
VanStepper: typeof import('vant/es')['Stepper']
8691
VanSticky: typeof import('vant/es')['Sticky']
8792
VanSwipeCell: typeof import('vant/es')['SwipeCell']

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0" />
77

88
<title>Mars3D三维地球APP</title>
9+
<link rel="stylesheet" href="/img/div-graphic/divGraphic.css"/>
910
</head>
1011
<body>
1112
<div id="app"></div>

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -21,58 +21,58 @@
2121
"@icon-park/svg": "^1.4.2",
2222
"@icon-park/vue-next": "^1.4.2",
2323
"@turf/turf": "^7.2.0",
24-
"@vant/compat": "^1.0.0",
25-
"ali-oss": "^6.20.0",
26-
"axios": "^1.6.7",
27-
"core-js": "^3.36.0",
28-
"dayjs": "^1.11.10",
29-
"echarts": "^5.5.0",
24+
"@vant/compat": "^1.0.1",
25+
"ali-oss": "^6.22.0",
26+
"axios": "^1.7.9",
27+
"core-js": "^3.39.0",
28+
"dayjs": "^1.11.13",
29+
"echarts": "^5.6.0",
3030
"localforage": "^1.10.0",
3131
"lodash": "^4.17.21",
3232
"mars3d": "~3.9.0",
3333
"mars3d-cesium": "~1.127.0",
3434
"nprogress": "^0.2.0",
35-
"qs": "^6.11.2",
35+
"qs": "^6.13.1",
3636
"uuid": "^9.0.1",
37-
"vant": "^4.8.4",
38-
"vue": "^3.4.19",
39-
"vue-router": "^4.2.5",
37+
"vant": "^4.9.15",
38+
"vue": "^3.5.13",
39+
"vue-router": "^4.5.0",
4040
"vuex": "^4.1.0"
4141
},
4242
"devDependencies": {
43-
"@types/node": "^20.11.19",
44-
"@types/qs": "^6.9.11",
45-
"@typescript-eslint/eslint-plugin": "^5.62.0",
46-
"@vitejs/plugin-vue": "^4.6.2",
43+
"@types/node": "^20.17.10",
44+
"@types/qs": "^6.9.17",
45+
"@typescript-eslint/eslint-plugin": "^6.21.0",
46+
"@vitejs/plugin-vue": "^5.2.1",
4747
"@vue/eslint-config-typescript": "^12.0.0",
48-
"autoprefixer": "^10.4.17",
49-
"consola": "^3.2.3",
50-
"eslint": "^8.56.0",
48+
"autoprefixer": "^10.4.20",
49+
"consola": "^3.3.3",
50+
"eslint": "^8.57.1",
5151
"eslint-config-standard": "^17.1.0",
52-
"eslint-plugin-import": "^2.29.1",
52+
"eslint-plugin-import": "^2.31.0",
5353
"eslint-plugin-node": "^11.1.0",
54-
"eslint-plugin-promise": "^6.1.1",
55-
"eslint-plugin-vue": "^9.21.1",
54+
"eslint-plugin-promise": "^6.6.0",
55+
"eslint-plugin-vue": "^9.32.0",
5656
"http-server": "^14.1.1",
5757
"husky": "^8.0.3",
58-
"less": "^4.2.0",
59-
"lint-staged": "^15.2.2",
60-
"postcss-px-to-viewport-8-plugin": "^1.2.3",
61-
"prettier": "^3.2.5",
62-
"rimraf": "^5.0.5",
63-
"standard": "^17.1.0",
64-
"terser": "^5.27.2",
58+
"less": "^4.2.1",
59+
"lint-staged": "^15.3.0",
60+
"postcss-px-to-viewport-8-plugin": "^1.2.5",
61+
"prettier": "^3.4.2",
62+
"rimraf": "^5.0.10",
63+
"standard": "^17.1.2",
64+
"terser": "^5.37.0",
6565
"typescript": "~5.2.2",
6666
"unplugin-vue-components": "^0.25.2",
6767
"vconsole": "^3.15.1",
68-
"vite": "^5.1.3",
68+
"vite": "^6.0.6",
6969
"vite-plugin-eslint": "^1.8.1",
70-
"vite-plugin-mars3d": "^4.2.0",
70+
"vite-plugin-mars3d": "^4.2.2",
7171
"vue-tsc": "^1.8.27"
7272
},
7373
"engines": {
74-
"node": ">=16.0.0",
75-
"npm": ">=8.0.0"
74+
"node": ">=18.0.0",
75+
"npm": ">=9.0.0"
7676
},
7777
"repository": {
7878
"type": "git",

0 commit comments

Comments
 (0)