mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
更新国际化支持:将壁纸项中的“Bing每日图片”替换为“媒体服务器”,提升用户体验
This commit is contained in:
@@ -1052,7 +1052,7 @@ export default {
|
|||||||
wallpaperItems: {
|
wallpaperItems: {
|
||||||
tmdb: 'TMDB Movie Posters',
|
tmdb: 'TMDB Movie Posters',
|
||||||
bing: 'Bing Daily Wallpaper',
|
bing: 'Bing Daily Wallpaper',
|
||||||
bingDaily: 'Bing Daily Image',
|
mediaserver: 'Media Server',
|
||||||
none: 'No Wallpaper',
|
none: 'No Wallpaper',
|
||||||
},
|
},
|
||||||
mb: 'MB',
|
mb: 'MB',
|
||||||
|
|||||||
@@ -1043,7 +1043,7 @@ export default {
|
|||||||
wallpaperItems: {
|
wallpaperItems: {
|
||||||
tmdb: 'TMDB电影海报',
|
tmdb: 'TMDB电影海报',
|
||||||
bing: 'Bing每日壁纸',
|
bing: 'Bing每日壁纸',
|
||||||
bingDaily: 'Bing每日图片',
|
mediaserver: '媒体服务器',
|
||||||
none: '无壁纸',
|
none: '无壁纸',
|
||||||
},
|
},
|
||||||
mb: 'MB',
|
mb: 'MB',
|
||||||
|
|||||||
@@ -1045,7 +1045,7 @@ export default {
|
|||||||
wallpaperItems: {
|
wallpaperItems: {
|
||||||
tmdb: 'TMDB電影海報',
|
tmdb: 'TMDB電影海報',
|
||||||
bing: 'Bing每日壁紙',
|
bing: 'Bing每日壁紙',
|
||||||
bingDaily: 'Bing每日圖片',
|
mediaserver: '媒體服務器',
|
||||||
none: '無壁紙',
|
none: '無壁紙',
|
||||||
},
|
},
|
||||||
mb: 'MB',
|
mb: 'MB',
|
||||||
|
|||||||
@@ -250,8 +250,8 @@ async function copyValue(value: string) {
|
|||||||
const wallpaperItems = [
|
const wallpaperItems = [
|
||||||
{ title: t('setting.system.wallpaperItems.tmdb'), value: 'tmdb' },
|
{ title: t('setting.system.wallpaperItems.tmdb'), value: 'tmdb' },
|
||||||
{ title: t('setting.system.wallpaperItems.bing'), value: 'bing' },
|
{ title: t('setting.system.wallpaperItems.bing'), value: 'bing' },
|
||||||
{ title: t('setting.system.wallpaperItems.bingDaily'), value: 'bing-daily' },
|
{ title: t('setting.system.wallpaperItems.mediaserver'), value: 'mediaserver' },
|
||||||
{ title: t('setting.system.wallpaperItems.none'), value: 'none' },
|
{ title: t('setting.system.wallpaperItems.none'), value: '' },
|
||||||
]
|
]
|
||||||
|
|
||||||
// 预设部分Github加速站
|
// 预设部分Github加速站
|
||||||
@@ -412,12 +412,7 @@ onDeactivated(() => {
|
|||||||
:label="t('setting.system.wallpaper')"
|
:label="t('setting.system.wallpaper')"
|
||||||
:hint="t('setting.system.wallpaperHint')"
|
:hint="t('setting.system.wallpaperHint')"
|
||||||
persistent-hint
|
persistent-hint
|
||||||
:items="[
|
:items="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' },
|
|
||||||
]"
|
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
<VCol cols="12" md="6">
|
<VCol cols="12" md="6">
|
||||||
|
|||||||
Reference in New Issue
Block a user