From 18732b620b4cac15547313f9adb212a554075777 Mon Sep 17 00:00:00 2001 From: jiangx Date: Wed, 17 Sep 2025 16:01:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=9A=80=20=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 - src/components/List/List.vue | 27 ++++++++++++++++++++++++--- src/components/ListItem/ListItem.vue | 2 +- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index b10e831..6ed33c4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -47,7 +47,6 @@ const { checkHandleScreen, showCountDownDialog, title, toWallpaperTime } = useHa //指定时间返回首页时做的操作 function handleScreen() { - //TODO // router.push('/transfer') } diff --git a/src/components/List/List.vue b/src/components/List/List.vue index ac7e7b9..c78ba28 100644 --- a/src/components/List/List.vue +++ b/src/components/List/List.vue @@ -12,13 +12,13 @@ watch-overflow observe-parents :space-between="16" - :autoplay="{ delay: 30000 }" + :autoplay="{ delay: 30000, disableOnInteraction: false }" observe-slide-children :modules="modules" class="h-[1776px] py-5" @swiper="swiperInit" > - + @@ -33,7 +33,7 @@