微调
This commit is contained in:
parent
509e16aced
commit
55f59286c1
@ -740,7 +740,7 @@ func nextStep():
|
|||||||
await voiceCommunication.speech_record_check(step.checkVoice)
|
await voiceCommunication.speech_record_check(step.checkVoice)
|
||||||
if !step.has('notNestStepAfterFinisnCheckVoice') :
|
if !step.has('notNestStepAfterFinisnCheckVoice') :
|
||||||
nextStep()
|
nextStep()
|
||||||
if !step.has('doAfterFinisnCheckVoice') :
|
if step.has('doAfterFinisnCheckVoice') :
|
||||||
step['doAfterFinisnCheckVoice'].call()
|
step['doAfterFinisnCheckVoice'].call()
|
||||||
if step.play:
|
if step.play:
|
||||||
var sound = load(step.playPath)
|
var sound = load(step.playPath)
|
||||||
|
Loading…
Reference in New Issue
Block a user