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 && ( -
+