From 05aad8126c9c1ea03cff323ff6a26c74c7cb7463 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Sun, 28 Dec 2025 01:25:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=B8=A6=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E5=9B=BE=E4=B8=80=E4=BA=9B=E6=96=87=E5=AD=97=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/play/page.tsx | 4 ++-- src/components/EpisodeSelector.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index 5141440..90aabe8 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -4670,7 +4670,7 @@ function PlayPageClient() { )} -
+
{/* 第一行:影片标题 */}

@@ -5114,7 +5114,7 @@ function PlayPageClient() { {/* 选集和换源 - 在移动端始终显示,在 lg 及以上可折叠 */}
= ({ className={`h-10 min-w-10 px-3 py-2 flex items-center justify-center text-sm font-medium rounded-md transition-all duration-200 whitespace-nowrap font-mono ${isActive ? 'bg-green-500 text-white shadow-lg shadow-green-500/25 dark:bg-green-600' - : 'bg-gray-200 text-gray-700 hover:bg-gray-300 hover:scale-105 dark:bg-white/10 dark:text-gray-300 dark:hover:bg-white/20' + : 'bg-gray-200 text-gray-700 hover:bg-gray-300 hover:scale-105 dark:bg-gray-700 dark:text-gray-300 dark:hover:bg-gray-600' }`.trim()} > {(() => {