pref: 进度条倒计时

This commit is contained in:
2026-05-07 16:49:09 +08:00
parent 9a5d64cc9e
commit 895be17f7c
3 changed files with 122 additions and 91 deletions

View File

@@ -362,6 +362,7 @@ class AudioManager {
}
this.allowPlayMap.set(key, false);
this.onAudioEnded(key);
uni.$emit('audioEnded', key);
});
audio.onStop(() => {