refactor: 修改版本号:1.0.1-2023083002-Alpha

main
wu.jian2 2 years ago
parent af21d981f4
commit 544583c474

@ -224,7 +224,6 @@ export default {
speechBroadcast (text) {
if (this.speech.hasBrowserSupport()) {
this.speech.setLanguage('zh-CN')
this.speech.pitch = 1
this.speech.init()
this.speech.speak({ text: text })
} else {

Loading…
Cancel
Save