From 9c2eb9ed6da32c1830b02431875dacaa7f904b1f Mon Sep 17 00:00:00 2001 From: 黄何裕 <1053952480@qq.com> Date: 星期五, 12 七月 2024 18:16:56 +0800 Subject: [PATCH] 修改资料校验 --- package.json | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index 0a5879a..69eb0a1 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,17 @@ "@jitsi/electron-sdk": "^6.0.40", "axios": "^1.7.2", "dayjs": "^1.11.11", + "docx-preview": "^0.3.2", "element-plus": "^2.7.3", "lodash": "^4.17.21", "mockjs": "^1.1.0", + "pdfjs-dist": "^4.4.168", "pinia": "^2.1.7", + "pinia-plugin-persistedstate": "^3.2.1", "vue": "^3.4.21", "vue-router": "^4.3.2", "vue-ueditor-wrap": "^3.0.8", + "worker-loader": "^3.0.8", "xgplayer": "^3.0.18" }, "devDependencies": { -- Gitblit v1.8.0