refactor: 使用 vue-office 重构文件预览(移除KKFileView)

移除 KKFileView
使用 vue-office 重构文件预览
移除依赖  editor,md-editor-v3,editor-for-vue
This commit is contained in:
KAI
2024-10-14 06:51:52 +00:00
committed by Charles7c
parent 2e15cf2d48
commit 51aceac988
13 changed files with 298 additions and 992 deletions

View File

@@ -22,8 +22,6 @@
"@ddietr/codemirror-themes": "^1.4.2",
"@vueuse/components": "^10.5.0",
"@vueuse/core": "^10.5.0",
"@wangeditor/editor": "^5.1.1",
"@wangeditor/editor-for-vue": "^5.1.12",
"aieditor": "^1.0.13",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
@@ -34,7 +32,6 @@
"echarts": "^5.4.2",
"jsencrypt": "^3.3.2",
"lodash-es": "^4.17.21",
"md-editor-v3": "^4.13.4",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
@@ -49,12 +46,16 @@
"vue-codemirror6": "^1.1.27",
"vue-color-kit": "^1.0.5",
"vue-cropper": "^1.1.1",
"vue-demi": "^0.14.10",
"vue-draggable-plus": "^0.3.5",
"vue-echarts": "^6.5.5",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.3.3",
"xe-utils": "^3.5.7",
"xgplayer": "^2.31.6"
"xgplayer": "^2.31.6",
"@vue-office/docx": "1.6.0",
"@vue-office/excel": "1.7.1",
"@vue-office/pdf": "1.6.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.3",