From c2db28c97e8e5fcd1fa81d6a9887d69b61865184 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期一, 16 十月 2023 08:48:14 +0800
Subject: [PATCH] 1

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

diff --git a/screen_standard/package.json b/screen_standard/package.json
index db527bd..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,6 +15,7 @@
     "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": {

--
Gitblit v1.9.3