From d73c61eb5a8dcc4e40732b97d92d36edcf6b3d61 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 11 十二月 2024 16:07:08 +0800
Subject: [PATCH] ll

---
 screen/package.json |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/screen/package.json b/screen/package.json
index 5bcc574..9745264 100644
--- a/screen/package.json
+++ b/screen/package.json
@@ -5,14 +5,20 @@
   "type": "module",
   "scripts": {
     "dev": "vite --host",
+    "serve": "vite --host",
     "build": "vite build",
     "preview": "vite preview"
   },
   "dependencies": {
+    "axios": "^1.7.7",
     "dayjs": "^1.11.11",
     "echarts": "^5.5.1",
     "pinia": "^2.1.7",
+    "postcss-plugin-px2rem": "^0.8.1",
+    "px2rem-loader": "^0.1.9",
     "uqrcodejs": "^4.0.7",
+    "v-scale-screen": "^2.0.0",
+    "swiper": "^5.4.5",
     "vue": "^3.4.21",
     "vue-router": "^4.3.0"
   },

--
Gitblit v1.9.3