From 1c4e88c1cb0639663f77a33dbab26c3cac71ad93 Mon Sep 17 00:00:00 2001 From: zhang_12370 <z2864490065@outlook.com> Date: 星期四, 26 六月 2025 13:28:05 +0800 Subject: [PATCH] 开发通用 删除 优化文档管理模块 --- package.json | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9e749e3..633d6a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ruoyi", "version": "3.8.9", - "description": "鑻ヤ緷绠$悊绯荤粺", + "description": "闄曡タ鏄痉鐜繚鍨嬬叅鏈夐檺鍏徃", "author": "鑻ヤ緷", "license": "MIT", "type": "module", @@ -16,12 +16,15 @@ "url": "https://gitee.com/y_project/RuoYi-Vue.git" }, "dependencies": { + "@chenfengyuan/vue-qrcode": "^2.0.0", "@element-plus/icons-vue": "2.3.1", "@vueup/vue-quill": "1.2.0", "@vueuse/core": "10.11.0", "axios": "0.28.1", "clipboard": "2.0.11", - "echarts": "5.5.1", + "default-passive-events": "^4.0.0", + "echarts": "^5.6.0", + "element-china-area-data": "^6.1.0", "element-plus": "2.7.6", "file-saver": "2.0.5", "fuse.js": "6.6.2", @@ -30,9 +33,14 @@ "jsencrypt": "3.3.2", "nprogress": "0.2.0", "pinia": "2.1.7", + "print-js": "^1.6.0", + "qr-scanner": "^1.4.2", + "qrcode": "^1.5.4", "splitpanes": "3.1.5", "vue": "3.4.31", "vue-cropper": "1.1.1", + "vue-easy-lightbox": "^1.19.0", + "vue-qrcode": "^2.2.2", "vue-router": "4.4.0", "vuedraggable": "4.1.0" }, @@ -47,5 +55,12 @@ }, "overrides": { "quill": "2.0.2" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true, + "vue/setup-compiler-macros": true + } } } -- Gitblit v1.9.3