mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
update sink alert
This commit is contained in:
@@ -350,7 +350,7 @@ function getTextFromDanmaku(data: EventModel | undefined) {
|
||||
if (!data) {
|
||||
return
|
||||
}
|
||||
let text: string
|
||||
let text: string = ''
|
||||
switch (data.type) {
|
||||
case EventDataTypes.Message:
|
||||
if (!settings.value.danmakuTemplate) {
|
||||
@@ -829,6 +829,7 @@ onUnmounted(() => {
|
||||
</NTooltip>
|
||||
</NCheckbox>
|
||||
</NSpace>
|
||||
<NDivider />
|
||||
</template>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user