From a35f4b4d0c555493cc464bfd36d037230547f1aa Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期四, 20 三月 2025 09:44:44 +0800 Subject: [PATCH] 1.高级安全防护 --- package.json | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index c8d1e65..01a13a4 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,9 @@ "lodash.pick": "^4.4.0", "md5": "^2.2.1", "nprogress": "^0.2.0", + "quill": "^2.0.3", + "quill-image-drop-module": "^1.0.3", + "quill-image-resize-module": "^3.0.0", "viser-vue": "^2.4.4", "vue": "^2.6.10", "vue-area-linkage": "^5.1.0", @@ -33,12 +36,15 @@ "vue-ls": "^3.2.0", "vue-photo-preview": "^1.1.3", "vue-print-nb-jeecg": "^1.0.9", + "vue-quill-editor": "^3.0.6", "vue-router": "^3.0.1", "vue-splitpane": "^1.0.4", "vuedraggable": "^2.20.0", - "vuex": "^3.1.0" + "vuex": "^3.1.0", + "wangeditor": "^4.7.15" }, "devDependencies": { + "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/polyfill": "^7.2.5", "@vue/cli-plugin-babel": "^3.3.0", "@vue/cli-plugin-eslint": "^3.3.0", -- Gitblit v1.9.3