mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
add tts
This commit is contained in:
@@ -210,6 +210,16 @@ const routes: Array<RouteRecordRaw> = [
|
||||
danmaku: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'speech',
|
||||
name: 'manage-speech',
|
||||
component: () => import('@/views/open_live/ReadDanmaku.vue'),
|
||||
meta: {
|
||||
title: '读弹幕',
|
||||
keepAlive: true,
|
||||
danmaku: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'live',
|
||||
name: 'manage-live',
|
||||
@@ -274,6 +284,14 @@ const routes: Array<RouteRecordRaw> = [
|
||||
title: '排队',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'speech',
|
||||
name: 'open-live-speech',
|
||||
component: () => import('@/views/open_live/ReadDanmaku.vue'),
|
||||
meta: {
|
||||
title: '读弹幕',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user