mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
fix wrong langue value when adding songs
This commit is contained in:
@@ -7,8 +7,8 @@ export default {
|
||||
name: 'obs-live-lottery',
|
||||
component: () => import('@/views/obs/LiveLotteryOBS.vue'),
|
||||
meta: {
|
||||
title: '直播抽奖',
|
||||
},
|
||||
title: '直播抽奖'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'live-request',
|
||||
@@ -16,40 +16,48 @@ export default {
|
||||
alias: 'song-request',
|
||||
component: () => import('@/views/obs/LiveRequestOBS.vue'),
|
||||
meta: {
|
||||
title: '弹幕点歌 (歌势',
|
||||
},
|
||||
title: '弹幕点歌 (歌势'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'queue',
|
||||
name: 'obs-queue',
|
||||
component: () => import('@/views/obs/QueueOBS.vue'),
|
||||
meta: {
|
||||
title: '弹幕排队',
|
||||
},
|
||||
title: '弹幕排队'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'music-request',
|
||||
name: 'obs-music-request',
|
||||
component: () => import('@/views/obs/MusicRequestOBS.vue'),
|
||||
meta: {
|
||||
title: '弹幕排队 (播放',
|
||||
},
|
||||
title: '弹幕排队 (播放'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'question-display',
|
||||
name: 'obs-question-display',
|
||||
component: () => import('@/views/obs/QuestionDisplayOBS.vue'),
|
||||
meta: {
|
||||
title: '棉花糖展示',
|
||||
},
|
||||
title: '棉花糖展示'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'web-fetcher',
|
||||
name: 'obs-web-fetcher',
|
||||
component: () => import('@/views/obs/WebFetcherOBS.vue'),
|
||||
meta: {
|
||||
title: '弹幕收集器 (OBS版',
|
||||
},
|
||||
title: '弹幕收集器 (OBS版'
|
||||
}
|
||||
},
|
||||
],
|
||||
{
|
||||
path: 'danmuji',
|
||||
name: 'obs-danmuji',
|
||||
component: () => import('@/views/obs/DanmujiOBS.vue'),
|
||||
meta: {
|
||||
title: '弹幕机'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user