From dc2a2c5c7047402f459cc4f550b5bfd008103f64 Mon Sep 17 00:00:00 2001
From: lohir <3399054449@qq.com>
Date: 星期一, 21 十月 2024 09:28:00 +0800
Subject: [PATCH] 删除江西空管关键字
---
package.json | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json
index 4e85247..69eb0a1 100644
--- a/package.json
+++ b/package.json
@@ -7,17 +7,24 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
- "electron:dev": "vite && electron"
+ "electron:dev": "chcp 65001 && vite --config vite.config.electron.js"
},
"dependencies": {
"@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-router": "^4.3.2",
+ "vue-ueditor-wrap": "^3.0.8",
+ "worker-loader": "^3.0.8",
+ "xgplayer": "^3.0.18"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
@@ -25,13 +32,13 @@
"electron": "^30.0.9",
"electron-builder": "^24.13.3",
"electron-devtools-installer": "^3.2.0",
- "mockjs": "^1.1.0",
"postcss": "^8.4.38",
"sass": "^1.77.4",
"tailwindcss": "^3.4.3",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.0",
- "vite-plugin-electron": "^0.28.7"
+ "vite-plugin-electron": "^0.28.7",
+ "vite-plugin-mock": "^3.0.2"
}
}
--
Gitblit v1.8.0