feat: 添加 mapbox 地图组件、农场详情示例(功能不完整)
正在显示
| ... | ... | @@ -81,11 +81,12 @@ |
| "@dcloudio/uni-quickapp-webview": "3.0.0-4060620250520001", | ||
| "@dcloudio/uni-ui": "^1.5.11", | ||
| "@faker-js/faker": "^9.9.0", | ||
| "@turf/turf": "^7.3.0", | ||
| "@vant/area-data": "^2.1.0", | ||
| "@vue/runtime-core": "3.4.21", | ||
| "@vueuse/core": "^10.11.1", | ||
| "@vueuse/shared": "^11.3.0", | ||
| "axios": "^1.13.1", | ||
| "axios": "^1.13.2", | ||
| "crypto-js": "^4.2.0", | ||
| "dayjs": "^1.11.19", | ||
| "dayjs-plugin-lunar": "^1.4.1", | ||
| ... | ... | @@ -94,7 +95,7 @@ |
| "pinia": "2.0.36", | ||
| "qs": "6.9.7", | ||
| "stompjs": "^2.3.3", | ||
| "tyme4ts": "^1.3.8", | ||
| "tyme4ts": "^1.3.9", | ||
| "urijs": "^1.19.11", | ||
| "vue": "3.4.21", | ||
| "vue-demi": "^0.14.10", | ||
| ... | ... | @@ -113,12 +114,13 @@ |
| "@dcloudio/uni-stacktracey": "3.0.0-4060620250520001", | ||
| "@dcloudio/uni-uts-v1": "3.0.0-4060620250520001", | ||
| "@dcloudio/vite-plugin-uni": "3.0.0-4060620250520001", | ||
| "@iconify/json": "^2.2.403", | ||
| "@iconify/json": "^2.2.410", | ||
| "@types/crypto-js": "^4.2.2", | ||
| "@types/lodash-es": "^4.17.12", | ||
| "@types/node": "^22.19.0", | ||
| "@types/mapbox-gl": "^2.7.21", | ||
| "@types/node": "^22.19.1", | ||
| "@types/qs": "^6.14.0", | ||
| "@types/stompjs": "^2.3.9", | ||
| "@types/stompjs": "^2.3.10", | ||
| "@types/urijs": "^1.19.26", | ||
| "@typescript-eslint/eslint-plugin": "^7.18.0", | ||
| "@typescript-eslint/parser": "^7.18.0", | ||
| ... | ... | @@ -137,7 +139,8 @@ |
| "jest": "27.0.4", | ||
| "jest-environment-node": "27.5.1", | ||
| "less": "^4.4.2", | ||
| "lint-staged": "^16.2.6", | ||
| "lint-staged": "^16.2.7", | ||
| "mapbox-gl": "2.15.0", | ||
| "npm-run-all": "^4.1.5", | ||
| "picocolors": "^1.1.1", | ||
| "pont-engine": "^1.6.3", | ||
| ... | ... | @@ -145,10 +148,10 @@ |
| "postcss-html": "^1.8.0", | ||
| "postcss-less": "^6.0.0", | ||
| "prettier": "^3.6.2", | ||
| "rimraf": "^6.1.0", | ||
| "sass": "^1.93.3", | ||
| "rimraf": "^6.1.2", | ||
| "sass": "^1.94.2", | ||
| "sort-package-json": "^3.4.0", | ||
| "stylelint": "^16.25.0", | ||
| "stylelint": "^16.26.0", | ||
| "stylelint-config-html": "^1.1.0", | ||
| "stylelint-config-recommended": "^14.0.1", | ||
| "stylelint-config-standard": "^36.0.1", | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/components/Map/.gitkeep
0 → 100644
src/components/Map/Mapbox/hook.ts
0 → 100644
src/components/Map/Mapbox/index.ts
0 → 100644
差异被折叠。
点击展开。
src/components/Map/Mapbox/index.vue
0 → 100644
差异被折叠。
点击展开。
src/components/Map/Mapbox/mapbox.module.js
0 → 100644
差异被折叠。
点击展开。
src/components/Map/Mapbox/regions.ts
0 → 100644
差异被折叠。
点击展开。
src/components/Map/Widgets/Legend/index.ts
0 → 100644
src/components/Map/Widgets/Switch/index.ts
0 → 100644
src/components/Map/Widgets/TimeBar/index.ts
0 → 100644
差异被折叠。
点击展开。
src/components/Map/Widgets/ToolBox/index.ts
0 → 100644
差异被折叠。
点击展开。
src/components/Map/Widgets/common.scss
0 → 100644
src/components/Map/Widgets/utils.ts
0 → 100644
src/components/Map/types.ts
0 → 100644
src/pages/nongchang/detail/config.ts
0 → 100644
src/pages/nongchang/detail/index.vue
0 → 100644
src/static/images/codefun/data-play.png
0 → 100644
1.5 KB
src/static/images/codefun/device.active.png
0 → 100644
1.1 KB
src/static/images/codefun/device.png
0 → 100644
973 Bytes
src/static/images/codefun/other.png
0 → 100644
614 Bytes
src/static/images/codefun/rain.png
0 → 100644
1.9 KB
src/static/images/codefun/severe.png
0 → 100644
664 Bytes
src/static/images/codefun/temp.png
0 → 100644
1.2 KB
src/static/images/codefun/wind.png
0 → 100644
1.2 KB
src/static/js/echarts/.gitkeep
0 → 100644
src/static/js/echarts/5.4.3/echarts.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
差异被折叠。
点击展开。
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/static/js/mapbox-gl-js/README.md
0 → 100644
src/utils/dom.ts
0 → 100644