From 5653309080acf4425672a6445a435f5d2ef00c88 Mon Sep 17 00:00:00 2001 From: CodingOnStar Date: Tue, 14 Oct 2025 15:41:22 +0800 Subject: [PATCH] feat: add carousel & new banner of explore page --- web/app/components/explore/banner/indicator-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/explore/banner/indicator-button.tsx b/web/app/components/explore/banner/indicator-button.tsx index 469f0906da..1ecb541c33 100644 --- a/web/app/components/explore/banner/indicator-button.tsx +++ b/web/app/components/explore/banner/indicator-button.tsx @@ -33,7 +33,7 @@ export const IndicatorButton: FC = ({ return } - // 重置并开始新动画 + // reset and start new animation setProgress(0) animationIdRef.current += 1