diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index 34a0519..e9aede6 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -1114,15 +1114,27 @@ function PlayPageClient() { )} - {/* 数据源徽章放置在右侧,不影响标题居中 */} - {sourceName && ( - - {sourceName} - - )} +
+ {totalEpisodes > 1 && ( +
{ + setShowEpisodePanel(true); + playerContainerRef.current?.focus(); + }} + > + 选集 +
+ )} + {sourceName && ( + + {sourceName} + + )} +
); @@ -1370,7 +1382,6 @@ function PlayPageClient() { ) : null, beforeFullscreenButton: ( <> - + {/* 自定义 AirPlay 按钮 */} @@ -1746,7 +1758,7 @@ const PlaybackRateButton = ({ }; return ( - );