diff --git a/src/components/VideoCard.tsx b/src/components/VideoCard.tsx index 147c782..9dcc1a5 100644 --- a/src/components/VideoCard.tsx +++ b/src/components/VideoCard.tsx @@ -963,6 +963,42 @@ const VideoCard = forwardRef(function VideoCard )} + {/* 竖向模式:来源名称显示在海报右下角 */} + {orientation === 'vertical' && config.showSourceName && source_name && !cmsData && ( +
{ + e.preventDefault(); + return false; + }} + > + { + e.preventDefault(); + return false; + }} + > + {origin === 'live' && ( + + )} + {source_name} + +
+ )} + {/* 豆瓣链接 */} {config.showDoubanLink && actualDoubanId && actualDoubanId !== 0 && ( (function VideoCard )} - {/* 标题与来源 */} + {/* 标题 */}
(function VideoCard >
- {config.showSourceName && source_name && !cmsData && ( - { - e.preventDefault(); - return false; - }} - > - { - e.preventDefault(); - return false; - }} - > - {origin === 'live' && ( - - )} - {source_name} - - - )} )}