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

@@ -1648,6 +1648,11 @@ export const I18N = {
en: `Enable bilingual display`,
zh_TW: `雙語顯示`,
},
is_skip_ad: {
zh: `是否快进广告`,
en: `Should I fast forward to the ad?`,
zh_TW: `是否快轉廣告`,
},
background_styles: {
zh: `背景样式`,
en: `DBackground Style`,

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, // 译文样式