From 4bf2d63aa485e67c26017c0f7a0b014d3b74241d Mon Sep 17 00:00:00 2001 From: lixuefeng <1126141216@qq.com> Date: Wed, 14 Jan 2026 00:28:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB=E5=9E=8B=EF=BC=9A=E5=BC=80=E5=8F=91?= =?UTF-8?q?=20=E6=8F=8F=E8=BF=B0=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 9 ++++++++- package.json | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3c6bdd..f037c81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,8 @@ "vue-echarts": "^7.0.3", "vue-router": "^4.4.5", "vue3-seamless-scroll": "^2.0.1", - "vuedraggable": "^4.1.0" + "vuedraggable": "^4.1.0", + "whepts": "^1.0.2" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.1", @@ -6165,6 +6166,12 @@ "resolved": "git+ssh://git@github.com/xqq/webworkify-webpack.git#24d1e719b4a6cac37a518b2bb10fe124527ef4ef", "license": "MIT" }, + "node_modules/whepts": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/whepts/-/whepts-1.0.2.tgz", + "integrity": "sha512-9P0OP514Z2ZR2ev7qMOApplw6ERMChqgPi6eWWn6HTlTpDV0gW7Zqs4kLAKIV7xqxXCDNDCorxNz8ekOYAEp5g==", + "license": "MIT" + }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/package.json b/package.json index 58b73b9..888e449 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "vue-echarts": "^7.0.3", "vue-router": "^4.4.5", "vue3-seamless-scroll": "^2.0.1", - "vuedraggable": "^4.1.0" + "vuedraggable": "^4.1.0", + "whepts": "^1.0.2" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.1",