mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-18 12:07:34 +08:00
更新国际化支持:将壁纸项中的“Bing每日图片”替换为“媒体服务器”,提升用户体验
This commit is contained in:
@@ -250,8 +250,8 @@ async function copyValue(value: string) {
|
||||
const wallpaperItems = [
|
||||
{ title: t('setting.system.wallpaperItems.tmdb'), value: 'tmdb' },
|
||||
{ title: t('setting.system.wallpaperItems.bing'), value: 'bing' },
|
||||
{ title: t('setting.system.wallpaperItems.bingDaily'), value: 'bing-daily' },
|
||||
{ title: t('setting.system.wallpaperItems.none'), value: 'none' },
|
||||
{ title: t('setting.system.wallpaperItems.mediaserver'), value: 'mediaserver' },
|
||||
{ title: t('setting.system.wallpaperItems.none'), value: '' },
|
||||
]
|
||||
|
||||
// 预设部分Github加速站
|
||||
@@ -412,12 +412,7 @@ onDeactivated(() => {
|
||||
:label="t('setting.system.wallpaper')"
|
||||
:hint="t('setting.system.wallpaperHint')"
|
||||
persistent-hint
|
||||
:items="[
|
||||
{ title: t('setting.system.wallpaperItems.tmdb'), value: 'tmdb' },
|
||||
{ title: t('setting.system.wallpaperItems.bing'), value: 'bing' },
|
||||
{ title: t('setting.system.wallpaperItems.bingDaily'), value: 'bing-daily' },
|
||||
{ title: t('setting.system.wallpaperItems.none'), value: 'none' },
|
||||
]"
|
||||
:items="wallpaperItems"
|
||||
/>
|
||||
</VCol>
|
||||
<VCol cols="12" md="6">
|
||||
|
||||
Reference in New Issue
Block a user