mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
update cn url
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
EventModel,
|
||||
FunctionTypes,
|
||||
KeywordMatchType,
|
||||
OpenLiveInfo,
|
||||
QueueFrom,
|
||||
QueueGiftFilterType,
|
||||
QueueSortType,
|
||||
@@ -69,7 +70,6 @@ import {
|
||||
import { computed, h, onActivated, onDeactivated, onMounted, onUnmounted, ref } from 'vue'
|
||||
import { useRoute } from 'vue-router'
|
||||
import QueueOBS from '../obs/QueueOBS.vue'
|
||||
import { RoomAuthInfo } from '@/data/DanmakuClients/OpenLiveClient'
|
||||
|
||||
const defaultSettings = {
|
||||
keyword: '排队',
|
||||
@@ -140,7 +140,7 @@ const settings = computed({
|
||||
})
|
||||
|
||||
const props = defineProps<{
|
||||
roomInfo?: RoomAuthInfo
|
||||
roomInfo?: OpenLiveInfo
|
||||
code?: string | undefined
|
||||
isOpenLive?: boolean
|
||||
}>()
|
||||
|
||||
Reference in New Issue
Block a user