From 3c71cc74e6dd5f1015329c64e11e8ec1cd7a97c1 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Wed, 31 Aug 2022 18:11:16 +0800 Subject: [PATCH] 新增编辑页 日志列表接口 --- package.json | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index d3f929f..933c021 100644 --- a/package.json +++ b/package.json @@ -14,17 +14,22 @@ "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", "location": "0.0.1", "mockjs2": "^1.0.8", "navigator": "^1.0.1", "text-loader": "^0.0.1", + "v-viewer": "^1.6.4", "vue": "^2.6.14", "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