mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-11 21:06:56 +08:00
feat: 添加弹幕窗口管理功能;优化弹幕客户端连接逻辑;实现自动滚动和设置更新; 修复浏览页页面切换的问题
This commit is contained in:
@@ -28,6 +28,12 @@ async function testNotification() {
|
||||
>
|
||||
测试通知
|
||||
</NButton>
|
||||
<NButton
|
||||
type="primary"
|
||||
@click="$router.push({ name: 'client-danmaku-window-manage'})"
|
||||
>
|
||||
弹幕机
|
||||
</NButton>
|
||||
<LabelItem label="关闭弹幕客户端">
|
||||
<NSwitch
|
||||
v-model:value="setting.settings.dev_disableDanmakuClient"
|
||||
|
||||
Reference in New Issue
Block a user