From 628f0d7425b897e0a97df48cafffdf328705e15a Mon Sep 17 00:00:00 2001 From: shinya Date: Tue, 15 Jul 2025 13:24:59 +0800 Subject: [PATCH] fix: add tooltip back #close 161 --- src/components/VideoCard.tsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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 && (