From 437a70bd86d8adda3da41853b8b1c2706a22fdd7 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期四, 12 六月 2025 18:03:59 +0800
Subject: [PATCH] 优化文档管理及基础信息页面

---
 package.json |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index 0a636d4..3548462 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "ruoyi",
   "version": "3.8.9",
-  "description": "鑻ヤ緷绠$悊绯荤粺",
+  "description": "闄曡タ鏄痉鐜繚鍨嬬叅鏈夐檺鍏徃",
   "author": "鑻ヤ緷",
   "license": "MIT",
   "type": "module",
@@ -22,6 +22,7 @@
     "axios": "0.28.1",
     "clipboard": "2.0.11",
     "echarts": "5.5.1",
+    "default-passive-events": "^4.0.0",
     "element-china-area-data": "^6.1.0",
     "element-plus": "2.7.6",
     "file-saver": "2.0.5",
@@ -48,5 +49,12 @@
   },
   "overrides": {
     "quill": "2.0.2"
+  },
+  "eslintConfig": {
+    "root": true,
+    "env": {
+      "node": true,
+      "vue/setup-compiler-macros": true
+    }
   }
 }

--
Gitblit v1.9.3