From 04b53440f419e937c567c5d4bdeff6387e194e82 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 09 六月 2025 20:41:44 +0800
Subject: [PATCH] gx细节

---
 package.json |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index a957493..979ded9 100644
--- a/package.json
+++ b/package.json
@@ -5,12 +5,18 @@
   "type": "module",
   "scripts": {
     "dev": "vite",
-    "build": "vue-tsc -b && vite build",
+    "build": "vite build",
+    "build2": "vue-tsc -b && vite build",
     "preview": "vite preview"
   },
   "dependencies": {
+    "@zxing/library": "^0.21.3",
+    "axios": "^1.9.0",
     "echarts": "^5.6.0",
     "element-plus": "^2.9.2",
+    "event-source-polyfill": "^1.0.31",
+    "qs": "^6.14.0",
+    "speak-tts": "^2.0.8",
     "vue": "^3.5.13",
     "vue-router": "^4.0.13"
   },

--
Gitblit v1.8.0