feat: 新增音乐信息转简体开关

This commit is contained in:
jxxghp
2026-08-14 21:02:33 +08:00
parent e2eaf54433
commit 2757f8d72b
5 changed files with 19 additions and 0 deletions
@@ -105,6 +105,7 @@ const SystemSettings = ref<any>({
TMDB_API_DOMAIN: null,
TMDB_API_KEY: null,
ACOUSTID_API_KEY: null,
MUSIC_METADATA_TO_SIMPLIFIED: true,
TMDB_IMAGE_DOMAIN: null,
MUSIC_COVER_PROXY: null,
TMDB_LOCALE: null,
@@ -2126,6 +2127,14 @@ watch(currentLlmSnapshotKey, (snapshotKey, previousSnapshotKey) => {
</VCol>
</VRow>
<VRow>
<VCol cols="12" md="6">
<VSwitch
v-model="SystemSettings.Advanced.MUSIC_METADATA_TO_SIMPLIFIED"
:label="t('setting.system.musicMetadataToSimplified')"
:hint="t('setting.system.musicMetadataToSimplifiedHint')"
persistent-hint
/>
</VCol>
<VCol cols="12" md="6">
<VSwitch
v-model="SystemSettings.Advanced.RECOGNIZE_PLUGIN_FIRST"