From dd01a91383d65c66102abb383bda93b2b32a4dfc Mon Sep 17 00:00:00 2001 From: katelya Date: Tue, 2 Sep 2025 15:44:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E8=B7=B3=E8=BF=87?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=99=A8=E4=B8=AD=E5=85=83=E7=B4=A0=E7=9A=84?= =?UTF-8?q?=20z-index=20=E4=BB=A5=E9=81=BF=E5=85=8D=E9=87=8D=E5=8F=A0?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SkipController.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/SkipController.tsx b/src/components/SkipController.tsx index 8f2011c..5c67bb5 100644 --- a/src/components/SkipController.tsx +++ b/src/components/SkipController.tsx @@ -435,7 +435,7 @@ export default function SkipController({
{/* 倒计时显示 - 片尾自动跳转下一集 */} {showCountdown && ( -
+
@@ -460,7 +460,7 @@ export default function SkipController({ {/* 跳过按钮 */} {showSkipButton && currentSkipSegment && ( -
+
{currentSkipSegment.type === 'opening' ? '检测到片头' : '检测到片尾'} @@ -477,7 +477,7 @@ export default function SkipController({ {/* 设置模式面板 - 增强版批量设置 */} {isSettingMode && ( -
+

智能跳过设置 @@ -691,7 +691,7 @@ export default function SkipController({ {/* 管理已有片段 - 优化布局避免重叠 */} {skipConfig && skipConfig.segments && skipConfig.segments.length > 0 && !isSettingMode && ( -
+