🐞 fix: 修复刷新后第一次播放出现的无法播放问题

This commit is contained in:
alger
2025-06-07 22:10:55 +08:00
parent c5d71cf53c
commit 6f1909a028
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -45,6 +45,7 @@ export interface SongResult {
// 时长
duration?: number;
dt?: number;
isFirstPlay?: boolean;
}
export interface Song {