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:
@@ -111,8 +111,6 @@ const speechSynthesisInfo = ref<{
|
||||
}>()
|
||||
const languageDisplayName = new Intl.DisplayNames(['zh'], { type: 'language' })
|
||||
const voiceOptions = computed(() => {
|
||||
const status = EasySpeech.status()
|
||||
if (status.status != 'init: complete') return []
|
||||
return new List(EasySpeech.voices())
|
||||
.Select((v) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user