feat: 引入面积计算器和坐标转换器组件,并添加新的依赖项和实用函数。

This commit is contained in:
2026-03-18 23:01:58 +08:00
parent 8e21bd9562
commit 8bf55b6716
6 changed files with 892 additions and 123 deletions

View File

@@ -12,8 +12,10 @@
"@turf/turf": "^7.3.3",
"gcoord": "^1.0.7",
"lucide-vue-next": "^0.563.0",
"proj4": "^2.20.4",
"vue": "^3.5.24",
"vue-router": "^4.6.4"
"vue-router": "^4.6.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",