From 64b432916af9c9218ab3f3eca614e26c542142ae Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 07 十一月 2023 15:47:13 +0800
Subject: [PATCH] bug

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

diff --git a/screen_standard/package.json b/screen_standard/package.json
index 2d4c381..268a0ac 100644
--- a/screen_standard/package.json
+++ b/screen_standard/package.json
@@ -5,6 +5,7 @@
   "scripts": {
     "serve": "vite --mode development",
     "build:pro": "vite build --mode production",
+    "build:ly": "vite build --mode lingyang",
     "build:dev": "vite build --mode staging",
     "preview": "vite preview"
   },
@@ -14,12 +15,14 @@
     "element-plus": "^2.3.9",
     "pinia": "^2.1.4",
     "vue": "^3.3.4",
+    "vue-mini-weather": "^0.3.8",
     "vue-router": "^4.2.4"
   },
   "devDependencies": {
     "@vitejs/plugin-vue": "^4.2.3",
     "@vitejs/plugin-vue-jsx": "^3.0.1",
     "sass": "^1.66.1",
+    "terser": "^5.19.2",
     "unplugin-auto-import": "^0.16.6",
     "unplugin-vue-components": "^0.25.1",
     "vite": "^4.4.6"

--
Gitblit v1.9.3