feat: 添加 mars3d 地图示例
正在显示
build/vite/plugin/mars.ts
0 → 100644
... | @@ -57,6 +57,7 @@ | ... | @@ -57,6 +57,7 @@ |
"@iconify/iconify": "^2.2.1", | "@iconify/iconify": "^2.2.1", | ||
"@logicflow/core": "^1.1.20", | "@logicflow/core": "^1.1.20", | ||
"@logicflow/extension": "^1.1.20", | "@logicflow/extension": "^1.1.20", | ||
"@turf/turf": "^6.5.0", | |||
"@vue/runtime-core": "^3.2.37", | "@vue/runtime-core": "^3.2.37", | ||
"@vue/shared": "^3.2.37", | "@vue/shared": "^3.2.37", | ||
"@vueuse/core": "^8.6.0", | "@vueuse/core": "^8.6.0", | ||
... | @@ -71,7 +72,10 @@ | ... | @@ -71,7 +72,10 @@ |
"echarts": "^5.3.2", | "echarts": "^5.3.2", | ||
"intro.js": "^5.1.0", | "intro.js": "^5.1.0", | ||
"lodash-es": "^4.17.21", | "lodash-es": "^4.17.21", | ||
"mars3d": "file:packages/mars3d", | |||
"mars3d-cesium": "^1.94.0", | |||
"mockjs": "^1.1.0", | "mockjs": "^1.1.0", | ||
"nanoid": "^4.0.0", | |||
"nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
"path-to-regexp": "^6.2.1", | "path-to-regexp": "^6.2.1", | ||
"pinia": "^2.0.14", | "pinia": "^2.0.14", | ||
... | @@ -154,6 +158,7 @@ | ... | @@ -154,6 +158,7 @@ |
"vite": "^2.9.10", | "vite": "^2.9.10", | ||
"vite-plugin-compression": "^0.5.1", | "vite-plugin-compression": "^0.5.1", | ||
"vite-plugin-html": "^3.2.0", | "vite-plugin-html": "^3.2.0", | ||
"vite-plugin-mars3d": "^1.1.4", | |||
"vite-plugin-mkcert": "^1.7.1", | "vite-plugin-mkcert": "^1.7.1", | ||
"vite-plugin-mock": "^2.9.6", | "vite-plugin-mock": "^2.9.6", | ||
"vite-plugin-optimize-persist": "^0.1.2", | "vite-plugin-optimize-persist": "^0.1.2", | ||
... | ... |
packages/mars3d/README.md
0 → 100644
packages/mars3d/package.json
0 → 100644
src/components/Map/Mars/cesium.ts
0 → 100644
src/components/Map/Mars/index.ts
0 → 100644
src/components/Map/Mars/src/MarsMap.vue
0 → 100644
src/components/Map/Mars/src/index.css
0 → 100644
src/components/Map/Mars/src/tools.ts
0 → 100644
src/components/Map/index.ts
0 → 100644
src/views/demo/example/map.mars3d.vue
0 → 100644
请
注册
或者
登录
后发表评论