mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
feat: 系统设置增加音乐封面代理地址配置项 (#651)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user