From f2593a054ecd8c527f4515b058188a24e8fc195c Mon Sep 17 00:00:00 2001 From: mtvpls Date: Thu, 1 Jan 2026 23:20:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E6=9C=89=E8=83=8C=E6=99=AF=E5=9B=BE?= =?UTF-8?q?=E6=97=B6=E6=8A=8A=E6=96=87=E5=AD=97=E6=94=B9=E6=88=90=E7=99=BD?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/play/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index 0152141..ea7b953 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -5298,11 +5298,11 @@ function PlayPageClient() {
{/* 第一行:影片标题 */}
-

+

{videoTitle || '影片标题'} {totalEpisodes > 1 && ( - + {` > ${ detail?.episodes_titles?.[currentEpisodeIndex] || `第 ${currentEpisodeIndex + 1} 集` @@ -5778,7 +5778,7 @@ function PlayPageClient() {
{/* 标题 */} -

+

0 ? 'relative group cursor-help' : ''}> {videoTitle || '影片标题'} {/* aka 悬浮提示 */} @@ -5896,7 +5896,7 @@ function PlayPageClient() {

{/* 关键信息行 */} -
+
{detail?.class && ( {detail.class} @@ -5916,7 +5916,7 @@ function PlayPageClient() { {/* 剧情简介 */} {(doubanCardSubtitle || detail?.desc) && (
{/* card_subtitle 在前,desc 在后 */}