This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
appcat
/
sonist
Archived
1
0
Fork 0

修复音量记忆

2.x
宇天 2018-12-29 02:17:46 +08:00
parent 55ae64fc4f
commit c34c3e7dda
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ Anot({
// 设置循环模式
SONIST.mode = PLAY_MODE[this.playMode]
SONIST.volume = this.volume
SONIST.on('play', time => {
this.curr.time = time