mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: 添加弹幕窗口管理功能;优化弹幕客户端连接逻辑;实现自动滚动和设置更新; 修复浏览页页面切换的问题
This commit is contained in:
@@ -17,10 +17,11 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/danmaku-window',
|
||||
name: 'client-danmaku-client',
|
||||
name: 'client-danmaku-window',
|
||||
component: () => import('@/client/ClientDanmakuWindow.vue'),
|
||||
meta: {
|
||||
title: '弹幕窗口'
|
||||
title: '弹幕窗口',
|
||||
ignoreLogin: true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user