From a3cc0d240ee750fa23d6a7772346cc6bc1023bae Mon Sep 17 00:00:00 2001 From: 黄何裕 <1053952480@qq.com> Date: 星期五, 12 七月 2024 11:51:55 +0800 Subject: [PATCH] 考试操作加时和交卷 --- package.json | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index 2ab20b8..a4ee116 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,11 @@ "lodash": "^4.17.21", "mockjs": "^1.1.0", "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" + "vue-ueditor-wrap": "^3.0.8", + "xgplayer": "^3.0.18" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", -- Gitblit v1.8.0