feat: 增加歌手页面

This commit is contained in:
qier222 2022-03-23 01:21:22 +08:00
parent 7d20e6c5de
commit 36603dc3a0
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
16 changed files with 247 additions and 28 deletions

View file

@ -194,7 +194,6 @@ export class Player {
if (_howler.playing()) return
_howler.play()
this.state = State.PLAYING
this._progress = _howler.seek()
}
/**