feat: 初步实现歌词界面

This commit is contained in:
qier222 2022-04-08 01:02:25 +08:00
parent 1eb38937fc
commit 530581ba82
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
15 changed files with 635 additions and 18 deletions

View file

@ -75,6 +75,10 @@ export class Player {
this._initFM()
}
get howler() {
return _howler
}
/**
* Get prev track index
*/