diff --git a/src/components/VideoCard.tsx b/src/components/VideoCard.tsx index 92c129a..6d69051 100644 --- a/src/components/VideoCard.tsx +++ b/src/components/VideoCard.tsx @@ -263,7 +263,7 @@ export default function VideoCard({ return (
{/* 海报容器 */} @@ -361,9 +361,16 @@ export default function VideoCard({ {/* 标题与来源 */}
- - {actualTitle} - +
+ + {actualTitle} + + {/* 自定义 tooltip */} +
+ {actualTitle} +
+
+
{config.showSourceName && source_name && (