新增季NFO相关翻译及设置选项

This commit is contained in:
jxxghp
2025-06-11 19:50:56 +08:00
parent 5b183d31e2
commit 0954e4bde2
4 changed files with 11 additions and 0 deletions

View File

@@ -1121,6 +1121,7 @@ export default {
season: 'Season',
episode: 'Episode',
movieNfo: 'NFO',
seasonNfo: 'NFO',
moviePoster: 'Poster',
movieBackdrop: 'Backdrop',
movieLogo: 'Logo',

View File

@@ -1118,6 +1118,7 @@ export default {
movieBanner: '横幅图',
movieThumb: '缩略图',
tvNfo: 'NFO',
seasonNfo: 'NFO',
tvPoster: '海报',
tvBackdrop: '背景图',
tvBanner: '横幅图',

View File

@@ -1120,6 +1120,7 @@ export default {
movieBanner: '橫幅圖',
movieThumb: '縮略圖',
tvNfo: 'NFO',
seasonNfo: 'NFO',
tvPoster: '海報',
tvBackdrop: '背景圖',
tvBanner: '橫幅圖',

View File

@@ -85,6 +85,7 @@ const ScrapingSwitchs = ref<any>({
tv_banner: true, // 电视剧横幅图
tv_logo: true, // 电视剧Logo
tv_thumb: true, // 电视剧缩略图
season_nfo: true, // 季NFO
season_poster: true, // 季海报
season_banner: true, // 季横幅图
season_thumb: true, // 季缩略图
@@ -973,6 +974,13 @@ onDeactivated(() => {
<VCol cols="12" class="pb-2">
<VListSubheader class="text-lg">{{ t('setting.system.season') }}</VListSubheader>
</VCol>
<VCol cols="6" md="3">
<VCheckbox
v-model="ScrapingSwitchs.season_nfo"
:label="t('setting.system.seasonNfo')"
density="compact"
/>
</VCol>
<VCol cols="6" md="3">
<VCheckbox
v-model="ScrapingSwitchs.season_poster"