From 6ef3a78f78a7eb14540fceb78ca4286597c86800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=A4=E5=A4=A7=E7=BE=8A?= Date: Wed, 1 May 2024 13:18:16 +0800 Subject: [PATCH] fix: Fixing the inability to play MKV video files online and enhancing the auxiliary features of the VideoPlayer. --- frontend/src/components/files/VideoPlayer.vue | 144 +++++++++++++----- 1 file changed, 105 insertions(+), 39 deletions(-) diff --git a/frontend/src/components/files/VideoPlayer.vue b/frontend/src/components/files/VideoPlayer.vue index e1e14da4..cc9bca84 100644 --- a/frontend/src/components/files/VideoPlayer.vue +++ b/frontend/src/components/files/VideoPlayer.vue @@ -1,14 +1,8 @@