From 5f44d21b3921abc88506a7ec46b3fe6f078664aa Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 14 三月 2025 15:33:24 +0800 Subject: [PATCH] 新增走航融合功能(初版) --- package.json | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index c9aa419..afe157a 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "unplugin-vue-components": "^0.26.0", "vue": "^3.4.21", "vue-router": "^4.3.0", + "xlsx": "^0.18.5", "xml2json": "^0.12.0" }, "devDependencies": { -- Gitblit v1.9.3