From af029bdfb645bd2b75fbab687c1a5f45b428d801 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Thu, 11 Aug 2022 18:53:48 +0800 Subject: [PATCH] 优化上传逻辑,月台添加mini播放弹窗 --- package.json | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index 9e7238d..6c3c2a4 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,8 @@ "axios": "^0.24.0", "babel-plugin-import": "^1.13.3", "core-js": "^2.6.5", + "dplayer": "^1.26.0", + "hls.js": "^1.1.5", "jquery": "^3.6.0", "js-md5": "^0.7.3", "jsdom": "^18.1.1", @@ -25,7 +27,8 @@ "vue-infinite-scroll": "^2.0.2", "vue-markdown": "^2.2.4", "vue-router": "^3.5.3", - "vuex": "^3.6.2" + "vuex": "^3.6.2", + "wowjs": "^1.1.3" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.8.0", -- Gitblit v1.9.1