From 896287e5cf2ce2d38fa33293ec9b21d04280caba Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 21 Jan 2025 17:25:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E4=BD=BF=E7=94=A8=E5=8E=9F?= =?UTF-8?q?=E7=94=9F=E8=BF=9B=E5=BA=A6=E6=9D=A1=E3=80=82=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E8=BF=9B=E5=BA=A6=E6=9D=A1=E8=B0=83=E8=AF=95=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/my-video-list/list-item.vue | 128 +++++++++++++-------- components/my-video-list/my-video-list.vue | 21 +++- components/my-video-list/progress.vue | 68 +++++++++++ 3 files changed, 168 insertions(+), 49 deletions(-) create mode 100644 components/my-video-list/progress.vue diff --git a/components/my-video-list/list-item.vue b/components/my-video-list/list-item.vue index fabb160..6c7eef9 100644 --- a/components/my-video-list/list-item.vue +++ b/components/my-video-list/list-item.vue @@ -1,27 +1,26 @@