From 5b8a7c1baceee12f5a30dbca471cfd25819991fa Mon Sep 17 00:00:00 2001 From: Tianyi Pu <912396513@qq.com> Date: Thu, 18 Jul 2024 08:14:24 +0100 Subject: [PATCH 1/4] =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=85=B1=E4=BA=AB?= =?UTF-8?q?=E5=BD=95=E5=83=8F=E6=92=AD=E6=94=BE=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front_end/src/App.vue | 2 + front_end/src/components/PlayerDialog.vue | 80 ++++++++++++++ front_end/src/components/PreviewDownload.vue | 110 +------------------ front_end/src/components/PreviewNumber.vue | 71 +----------- front_end/src/components/VideoList.vue | 70 +----------- front_end/src/utils/common/PlayerDialog.ts | 11 ++ front_end/src/utils/system/status.ts | 3 +- front_end/src/views/VideoView.vue | 82 +------------- 8 files changed, 106 insertions(+), 323 deletions(-) create mode 100644 front_end/src/components/PlayerDialog.vue create mode 100644 front_end/src/utils/common/PlayerDialog.ts diff --git a/front_end/src/App.vue b/front_end/src/App.vue index 7d5b38c..c36ecae 100644 --- a/front_end/src/App.vue +++ b/front_end/src/App.vue @@ -48,6 +48,7 @@ +