From 2800fa4f32f3900509cb4d6eefaf2bfaf54efdd7 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 21 Apr 2025 18:29:09 +0800
Subject: [PATCH] fix: 天气显示

---
 package.json |  115 ++++++++++++++++++++++++++++++---------------------------
 1 files changed, 61 insertions(+), 54 deletions(-)

diff --git a/package.json b/package.json
index 8ce42ba..7034e48 100644
--- a/package.json
+++ b/package.json
@@ -1,55 +1,62 @@
 {
-    "name": "saber",
-    "version": "4.5.0",
-    "scripts": {
-        "dev": "vite --host",
-        "prod": "vite --mode production",
-        "build:dev": "vite build --mode development",
-        "build:prod": "vite build --mode production",
-        "serve": "vite preview --host"
-    },
-    "dependencies": {
-        "@element-plus/icons-vue": "^2.3.1",
-        "@saber/nf-design-base-elp": "^1.3.0",
-        "@saber/nf-form-design-elp": "^1.4.1",
-        "@saber/nf-form-elp": "^1.4.4",
-        "@smallwei/avue": "^3.6.2",
-        "animate.css": "^4.1.1",
-        "avue-plugin-ueditor": "^1.0.4",
-        "axios": "^1.8.3",
-        "cesium": "^1.126.0",
-        "codemirror": "^5.65.16",
-        "crypto-js": "^4.1.1",
-        "dayjs": "^1.10.6",
-        "disable-devtool": "^0.3.8",
-        "echarts": "^5.6.0",
-        "element-plus": "^2.9.3",
-        "highlight.js": "^11.9.0",
-        "js-base64": "^3.7.4",
-        "js-cookie": "^3.0.0",
-        "js-md5": "^0.7.3",
-        "lodash": "^4.17.21",
-        "nprogress": "^0.2.0",
-        "postcss-pxtorem": "^6.1.0",
-        "reconnecting-websocket": "^4.4.0",
-        "sm-crypto": "^0.3.13",
-        "vue": "^3.5.13",
-        "vue-i18n": "^9.1.9",
-        "vue-router": "^4.3.2",
-        "vue3-clipboard": "^1.0.0",
-        "vuex": "^4.1.0",
-        "@turf/turf": "^6.5.0"
-    },
-    "devDependencies": {
-        "@vitejs/plugin-vue": "^5.0.4",
-        "@vue/compiler-sfc": "^3.4.27",
-        "prettier": "^2.8.7",
-        "sass": "^1.85.1",
-        "terser": "^5.31.1",
-        "unplugin-auto-import": "^0.11.2",
-        "vite": "^5.2.12",
-        "vite-plugin-compression": "^0.5.1",
-        "vite-plugin-svg-icons": "^2.0.1",
-        "vite-plugin-vue-setup-extend": "^0.4.0"
-    }
-}
\ No newline at end of file
+  "name": "saber",
+  "version": "4.5.0",
+  "scripts": {
+    "dev": "vite --host",
+    "prod": "vite --mode production",
+    "build:dev": "vite build --mode development",
+    "build:test": "vite build --mode test",
+    "build:prod": "vite build --mode production",
+    "serve": "vite preview --host",
+    "format": "prettier --write \"src/**/*.+(js|ts|jsx|tsx)\""
+  },
+  "dependencies": {
+    "@element-plus/icons-vue": "^2.3.1",
+    "@saber/nf-design-base-elp": "^1.3.0",
+    "@saber/nf-form-design-elp": "^1.4.1",
+    "@saber/nf-form-elp": "^1.4.4",
+    "@smallwei/avue": "^3.6.2",
+    "@turf/turf": "^6.5.0",
+    "animate.css": "^4.1.1",
+    "avue-plugin-ueditor": "^1.0.4",
+    "axios": "^1.8.3",
+    "cesium": "^1.126.0",
+    "codemirror": "^5.65.16",
+    "crypto-js": "^4.1.1",
+    "dayjs": "^1.10.6",
+    "disable-devtool": "^0.3.8",
+    "echarts": "^5.6.0",
+    "element-plus": "^2.9.3",
+    "eventemitter3": "^5.0.1",
+    "highlight.js": "^11.9.0",
+    "js-audio-recorder": "^1.0.7",
+    "js-base64": "^3.7.4",
+    "js-cookie": "^3.0.0",
+    "js-md5": "^0.7.3",
+    "jszip": "^3.10.1",
+    "lodash": "^4.17.21",
+    "mitt": "^3.0.1",
+    "mqtt": "^5.11.0",
+    "nprogress": "^0.2.0",
+    "postcss-pxtorem": "^6.1.0",
+    "reconnecting-websocket": "^4.4.0",
+    "sm-crypto": "^0.3.13",
+    "vue": "^3.5.13",
+    "vue-i18n": "^9.1.9",
+    "vue-router": "^4.3.2",
+    "vue3-clipboard": "^1.0.0",
+    "vuex": "^4.1.0"
+  },
+  "devDependencies": {
+    "@vitejs/plugin-vue": "^5.0.4",
+    "@vue/compiler-sfc": "^3.4.27",
+    "prettier": "^2.8.7",
+    "sass": "^1.85.1",
+    "terser": "^5.31.1",
+    "unplugin-auto-import": "^0.11.2",
+    "vite": "^5.2.12",
+    "vite-plugin-compression": "^0.5.1",
+    "vite-plugin-svg-icons": "^2.0.1",
+    "vite-plugin-vue-setup-extend": "^0.4.0"
+  }
+}

--
Gitblit v1.9.3