mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 12:13:46 +08:00
feat: mj for mobile page payout is ready
This commit is contained in:
@@ -446,6 +446,8 @@ recognition.onresult = function (event) {
|
||||
};
|
||||
|
||||
recognition.onerror = function (event) {
|
||||
showMic.value = false
|
||||
recognition.stop()
|
||||
showNotify({type: 'danger', message: '语音识别错误:' + event.error})
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user