feat: 训练开始时添加语音播报
This commit is contained in:
@@ -165,6 +165,8 @@ Page({
|
||||
if (this.data.isRunning) return
|
||||
this._timer.start(this.data.duration)
|
||||
this.setData({ isRunning: true, status: 'running' })
|
||||
const s = storage.getSettings()
|
||||
if (s.voiceGuide !== false) voice.play('start')
|
||||
},
|
||||
|
||||
onPause() {
|
||||
|
||||
Reference in New Issue
Block a user