diff --git a/src/components/VideoCard.tsx b/src/components/VideoCard.tsx index 801979f..13c6f2f 100644 --- a/src/components/VideoCard.tsx +++ b/src/components/VideoCard.tsx @@ -982,8 +982,7 @@ const VideoCard = forwardRef(function VideoCard )} - {orientation === 'vertical' && - ((actualEpisodes && actualEpisodes > 1) || displayYear) && ( + {actualEpisodes && actualEpisodes > 1 && orientation === 'vertical' && (
(function VideoCard }} > {/* 集数显示 */} - {actualEpisodes && actualEpisodes > 1 && ( -
{ - e.preventDefault(); - return false; - }} - > - 共{actualEpisodes}集 -
- )} +
{ + e.preventDefault(); + return false; + }} + > + 共{actualEpisodes}集 +
{/* 年份显示 */} {displayYear && (