播放器组件重构&歌词加载问题修复

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 22:15:57 +08:00
co-authored by Copilot
parent 042c1e54ed
commit c55b75686e
7 changed files with 641 additions and 707 deletions
+1
View File
@@ -34,6 +34,7 @@ export interface MusicPlayerItem {
src: string
pic: string
lrc?: string
lyricId?: string
}
export interface StatType {