feat: can set whether skip ads.
This commit is contained in:
@@ -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`,
|
||||
|
||||
@@ -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, // 译文样式
|
||||
|
||||
Reference in New Issue
Block a user