更新 AccountSettingSystem.vue 中的 v-model,修改为 TMDB_SCRAP_ORIGINAL_IMAGE,以更准确地反映设置项。

This commit is contained in:
jxxghp
2025-05-10 21:58:13 +08:00
parent 30d733f55d
commit 141796ab24

View File

@@ -743,7 +743,7 @@ onDeactivated(() => {
</VCol>
<VCol cols="12" md="6">
<VSwitch
v-model="SystemSettings.Advanced.SCRAP_ORIGINAL_IMAGE"
v-model="SystemSettings.Advanced.TMDB_SCRAP_ORIGINAL_IMAGE"
:label="t('setting.system.scrapOriginalImage')"
:hint="t('setting.system.scrapOriginalImageHint')"
persistent-hint