mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
fix: no voice in speech page; custom personal page redirect notworking. feat: sync sroll bar between question display page an obs component
This commit is contained in:
@@ -76,7 +76,7 @@ const defaultConfig: DanmujiConfig = {
|
||||
} as DanmujiConfig
|
||||
let textEmoticons: { keyword: string, url: string }[] = []
|
||||
const config = ref<DanmujiConfig>(JSON.parse(JSON.stringify(defaultConfig)))
|
||||
const rtc = useWebRTC().Init('slave')
|
||||
const rtc = await useWebRTC().Init('slave')
|
||||
|
||||
const emoticonsTrie = computed(() => {
|
||||
let res = new trie.Trie()
|
||||
|
||||
Reference in New Issue
Block a user