From 475d8f033425bed09e1c60b2a0ec1c14f0fd1f7d Mon Sep 17 00:00:00 2001 From: katelya Date: Wed, 3 Sep 2025 22:20:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E9=9B=86=E6=95=B0?= =?UTF-8?q?=E7=BD=91=E6=A0=BC=E7=9A=84=E5=9E=82=E7=9B=B4=E9=97=B4=E8=B7=9D?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EpisodeSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/EpisodeSelector.tsx b/src/components/EpisodeSelector.tsx index 3b5e2eb..fcc5d2c 100644 --- a/src/components/EpisodeSelector.tsx +++ b/src/components/EpisodeSelector.tsx @@ -321,7 +321,7 @@ const EpisodeSelector: React.FC = ({ {/* 集数网格 */} -
+
{(() => { const len = currentEnd - currentStart + 1; const episodes = Array.from({ length: len }, (_, i) =>