mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: add heartbeat monitoring system and disable browser timer throttling
This commit is contained in:
@@ -22,6 +22,7 @@ const filterTypeOptions = [
|
||||
{ label: 'SC', value: 'SC' },
|
||||
{ label: '舰长', value: 'Guard' },
|
||||
{ label: '进场', value: 'Enter' },
|
||||
{ label: '点赞', value: 'Like' },
|
||||
]
|
||||
|
||||
// 分组预设
|
||||
@@ -211,8 +212,6 @@ const separatorOptions = [
|
||||
<NGi>
|
||||
<NFormItem label="背景颜色">
|
||||
<NColorPicker
|
||||
v-model:value="danmakuWindow.danmakuWindowSetting.backgroundColor"
|
||||
:show-alpha="true"
|
||||
/>
|
||||
</NFormItem>
|
||||
</NGi>
|
||||
|
||||
Reference in New Issue
Block a user