feat: 系统设置增加音乐封面代理地址配置项 (#651)

This commit is contained in:
LLL001a
2026-08-09 12:43:00 +08:00
committed by GitHub
parent f080da1ebb
commit 6bf9cf9d18
4 changed files with 20 additions and 0 deletions
@@ -105,6 +105,7 @@ const SystemSettings = ref<any>({
TMDB_API_DOMAIN: null,
TMDB_API_KEY: null,
TMDB_IMAGE_DOMAIN: null,
MUSIC_COVER_PROXY: null,
TMDB_LOCALE: null,
META_CACHE_EXPIRE: 0,
SCRAP_FOLLOW_TMDB: true,
@@ -2055,6 +2056,16 @@ watch(currentLlmSnapshotKey, (snapshotKey, previousSnapshotKey) => {
prepend-inner-icon="mdi-image"
/>
</VCol>
<VCol cols="12" md="6">
<VTextField
v-model="SystemSettings.Advanced.MUSIC_COVER_PROXY"
:label="t('setting.system.musicCoverProxy')"
:hint="t('setting.system.musicCoverProxyHint')"
persistent-hint
:placeholder="t('setting.system.musicCoverProxyPlaceholder')"
prepend-inner-icon="mdi-music"
/>
</VCol>
<VCol cols="12" md="6">
<VSelect
v-model="SystemSettings.Advanced.TMDB_LOCALE"