From 5202a4b11ac2079c3a196532910135509d2e2c2a Mon Sep 17 00:00:00 2001 From: katelya Date: Wed, 3 Sep 2025 22:07:04 +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=E9=97=B4=E8=B7=9D=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=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 a220b47..7f851f9 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) =>