Compare commits

..

No commits in common. "10ac1c4548aeaac1674bc378d3246583eff96083" and "132d005bb1b76ac9dcda95c56560920fba0d0e8c" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
// src/components/CarouselDemo.tsx
import * as React from "react";
import Autoplay from "embla-carousel-autoplay";
@ -69,7 +68,6 @@ export function CarouselDemo() {
<CarouselNext className="absolute right-2 top-1/2 -translate-y-1/2 z-10" />
</Carousel>
{/* 分页指示器 - 右下角 */}
<div className="absolute bottom-4 right-4 flex gap-2 z-10">
{Array.from({ length: count }).map((_, index) => (