mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
64 lines
1.4 KiB
TypeScript
64 lines
1.4 KiB
TypeScript
export default {
|
|
path: '/obs',
|
|
name: 'obs',
|
|
children: [
|
|
{
|
|
path: 'live-lottery',
|
|
name: 'obs-live-lottery',
|
|
component: () => import('@/views/obs/LiveLotteryOBS.vue'),
|
|
meta: {
|
|
title: '直播抽奖'
|
|
}
|
|
},
|
|
{
|
|
path: 'live-request',
|
|
name: 'obs-live-request',
|
|
alias: 'song-request',
|
|
component: () => import('@/views/obs/LiveRequestOBS.vue'),
|
|
meta: {
|
|
title: '弹幕点歌 (歌势'
|
|
}
|
|
},
|
|
{
|
|
path: 'queue',
|
|
name: 'obs-queue',
|
|
component: () => import('@/views/obs/QueueOBS.vue'),
|
|
meta: {
|
|
title: '弹幕排队'
|
|
}
|
|
},
|
|
{
|
|
path: 'music-request',
|
|
name: 'obs-music-request',
|
|
component: () => import('@/views/obs/MusicRequestOBS.vue'),
|
|
meta: {
|
|
title: '弹幕排队 (播放'
|
|
}
|
|
},
|
|
{
|
|
path: 'question-display',
|
|
name: 'obs-question-display',
|
|
component: () => import('@/views/obs/QuestionDisplayOBS.vue'),
|
|
meta: {
|
|
title: '棉花糖展示'
|
|
}
|
|
},
|
|
{
|
|
path: 'web-fetcher',
|
|
name: 'obs-web-fetcher',
|
|
component: () => import('@/views/obs/WebFetcherOBS.vue'),
|
|
meta: {
|
|
title: '弹幕收集器 (OBS版'
|
|
}
|
|
},
|
|
{
|
|
path: 'danmuji',
|
|
name: 'obs-danmuji',
|
|
component: () => import('@/views/obs/DanmujiOBS.vue'),
|
|
meta: {
|
|
title: '弹幕机'
|
|
}
|
|
}
|
|
]
|
|
}
|