From a5481854fd02632c09d6426b0181b7d5eeecab73 Mon Sep 17 00:00:00 2001 From: qiuchenfan <2035024011@qq.com> Date: Wed, 19 Nov 2025 11:46:30 +0800 Subject: [PATCH] 11191146 --- app/components/Carousel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Carousel.tsx b/app/components/Carousel.tsx index e93a879..47bafc3 100755 --- a/app/components/Carousel.tsx +++ b/app/components/Carousel.tsx @@ -24,7 +24,7 @@ export function CarouselDemo() { const [api, setApi] = React.useState(); const [current, setCurrent] = React.useState(0); const [count, setCount] = React.useState(0); - + const totalSlides = imageUrls.length; React.useEffect(() => { if (!api) return;