diff --git a/src/components/VideoCard.tsx b/src/components/VideoCard.tsx index 093be76..492f681 100644 --- a/src/components/VideoCard.tsx +++ b/src/components/VideoCard.tsx @@ -250,6 +250,15 @@ export default function VideoCard({ )} + {/* 集数圆形展示框 - 无当前集数且总集数大于 1 时展示 */} + {episodes && episodes > 1 && !currentEpisode && ( +
+ + {episodes} + +
+ )} + {/* 豆瓣链接按钮 */} {douban_id && from === 'search' && (