新增季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

@@ -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"