From a0d7f7f820fc6bd916916ec2c976323dd209ad32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=A3=E9=A1=B6?= Date: Thu, 18 Apr 2024 02:02:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E6=B7=BB=E5=8A=A0=E8=A7=86=E9=A2=91=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/left-panel/LeftPanel.vue | 3 +- src/components/left-panel/VideoList.vue | 73 ++++++++++++++++++++++++- src/components/player/CanvasPlayer.vue | 20 +++++++ src/utils/bus.ts | 5 ++ 4 files changed, 96 insertions(+), 5 deletions(-) diff --git a/src/components/left-panel/LeftPanel.vue b/src/components/left-panel/LeftPanel.vue index 904cd26..efa9112 100644 --- a/src/components/left-panel/LeftPanel.vue +++ b/src/components/left-panel/LeftPanel.vue @@ -9,7 +9,7 @@ const setActiveType = (id: number) => { }