From 0dd41bd8cee430d3a948b89c664cb511c400993c Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Fri, 12 Aug 2022 19:11:46 +0800 Subject: [PATCH] 新增链接添加按钮,优化Dplayer播放 --- 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