feat: can set whether skip ads.

This commit is contained in:
Gabe
2025-10-30 00:31:17 +08:00
parent 172dce2867
commit 5322555eba
4 changed files with 32 additions and 7 deletions

View File

@@ -114,6 +114,7 @@ export const DEFAULT_SUBTITLE_SETTING = {
// fromLang: "en",
toLang: "zh-CN",
isBilingual: true, // 是否双语显示
skipAd: false, // 是否快进广告
windowStyle: SUBTITLE_WINDOW_STYLE, // 背景样式
originStyle: SUBTITLE_ORIGIN_STYLE, // 原文样式
translationStyle: SUBTITLE_TRANSLATION_STYLE, // 译文样式