From f3130e0fd8a44bcfb6e0057564e5590b268edcea Mon Sep 17 00:00:00 2001
From: LGH <guanghui.luo@foxmail.com>
Date: Wed, 26 Mar 2025 17:33:04 +0800
Subject: [PATCH] feat: 初始化地图
---
package.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index 3921cfb..6e9b47e 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,8 @@
"vue-i18n": "^9.1.9",
"vue-router": "^4.3.2",
"vue3-clipboard": "^1.0.0",
- "vuex": "^4.1.0"
+ "vuex": "^4.1.0",
+ "cesium": "^1.126.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
--
Gitblit v1.9.3