fix(stage-web,stage-tamagotchi): Microsoft Speech not loading voices correctly

Co-authored-by: SuJiurong <92735869+sujiurong@users.noreply.github.com>
This commit is contained in:
Neko Ayaka
2025-07-18 02:05:33 +08:00
co-authored by SuJiurong
parent e9a82388b6
commit e956af00a8
5 changed files with 12 additions and 3 deletions
@@ -3,7 +3,7 @@ const props = defineProps<{
type?: string
}>()
const modelValue = defineModel<string>({ required: true })
const modelValue = defineModel<string>({ required: false })
</script>
<template>