From aa75a9d46ee325f0a92e42f733aabb1f92103aeb Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期五, 28 三月 2025 17:44:29 +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