APlayer内部组件ts改造

This commit is contained in:
2023-01-25 02:00:10 +08:00
parent 34b92fbd1a
commit b49bebf654
15 changed files with 688 additions and 849 deletions
+6
View File
@@ -33,4 +33,10 @@ export interface MusicPlayerItem {
src: string
pic: string
lrc?: string
}
export interface StatType {
duration: number,
loadedTime: number,
playedTime: number,
}