新增季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
+1
View File
@@ -1121,6 +1121,7 @@ export default {
season: 'Season', season: 'Season',
episode: 'Episode', episode: 'Episode',
movieNfo: 'NFO', movieNfo: 'NFO',
seasonNfo: 'NFO',
moviePoster: 'Poster', moviePoster: 'Poster',
movieBackdrop: 'Backdrop', movieBackdrop: 'Backdrop',
movieLogo: 'Logo', movieLogo: 'Logo',
+1
View File
@@ -1118,6 +1118,7 @@ export default {
movieBanner: '横幅图', movieBanner: '横幅图',
movieThumb: '缩略图', movieThumb: '缩略图',
tvNfo: 'NFO', tvNfo: 'NFO',
seasonNfo: 'NFO',
tvPoster: '海报', tvPoster: '海报',
tvBackdrop: '背景图', tvBackdrop: '背景图',
tvBanner: '横幅图', tvBanner: '横幅图',
+1
View File
@@ -1120,6 +1120,7 @@ export default {
movieBanner: '橫幅圖', movieBanner: '橫幅圖',
movieThumb: '縮略圖', movieThumb: '縮略圖',
tvNfo: 'NFO', tvNfo: 'NFO',
seasonNfo: 'NFO',
tvPoster: '海報', tvPoster: '海報',
tvBackdrop: '背景圖', tvBackdrop: '背景圖',
tvBanner: '橫幅圖', tvBanner: '橫幅圖',
@@ -85,6 +85,7 @@ const ScrapingSwitchs = ref<any>({
tv_banner: true, // 电视剧横幅图 tv_banner: true, // 电视剧横幅图
tv_logo: true, // 电视剧Logo tv_logo: true, // 电视剧Logo
tv_thumb: true, // 电视剧缩略图 tv_thumb: true, // 电视剧缩略图
season_nfo: true, // 季NFO
season_poster: true, // 季海报 season_poster: true, // 季海报
season_banner: true, // 季横幅图 season_banner: true, // 季横幅图
season_thumb: true, // 季缩略图 season_thumb: true, // 季缩略图
@@ -973,6 +974,13 @@ onDeactivated(() => {
<VCol cols="12" class="pb-2"> <VCol cols="12" class="pb-2">
<VListSubheader class="text-lg">{{ t('setting.system.season') }}</VListSubheader> <VListSubheader class="text-lg">{{ t('setting.system.season') }}</VListSubheader>
</VCol> </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"> <VCol cols="6" md="3">
<VCheckbox <VCheckbox
v-model="ScrapingSwitchs.season_poster" v-model="ScrapingSwitchs.season_poster"