- {/* Copy Link Option */}
- {isProxied ? (
- <>
-
-
- >
- ) : (
-
- )}
-
-
-
- {/* Show Mode Indicator Switch */}
-
e.stopPropagation()}
- >
-
-
- 显示模式指示器
-
-
-
-
- {/* Auto Next Episode Switch */}
-
e.stopPropagation()}
- >
-
-
- 自动下一集
-
-
-
-
- {/* Skip Intro Switch */}
-
e.stopPropagation()}>
-
-
-
- 跳过片头
-
-
-
- {/* Expandable Input */}
- {autoSkipIntro && (
-
- 时长:
- setSkipIntroSeconds(parseInt(e.target.value) || 0)}
- className="w-16 px-2 py-1 text-sm text-center bg-white/10 border border-white/20 rounded-[var(--radius-2xl)] text-white focus:outline-none focus:border-[var(--accent-color)] no-spinner"
- onClick={(e) => e.stopPropagation()}
- />
- 秒
-
- )}
-
-
- {/* Skip Outro Switch */}
-
e.stopPropagation()}>
-
-
-
- 跳过片尾
-
-
-
- {/* Expandable Input */}
- {autoSkipOutro && (
-
- 剩余:
- setSkipOutroSeconds(parseInt(e.target.value) || 0)}
- className="w-16 px-2 py-1 text-sm text-center bg-white/10 border border-white/20 rounded-[var(--radius-2xl)] text-white focus:outline-none focus:border-[var(--accent-color)] no-spinner"
- onClick={(e) => e.stopPropagation()}
- />
- 秒
-
- )}
-
-
-
-
- {/* Volume Option */}
-
-
- {/* Speed Option */}
-
-
- {/* PiP Option */}
- {isPiPSupported && (
-
- )}
-