feat: 优化播放体验 优化代码 优化歌词缓存

This commit is contained in:
alger
2025-01-16 23:19:16 +08:00
parent 7efeb9492b
commit f652932d71
14 changed files with 440 additions and 3893 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ interface Album {
picId_str: string;
}
interface Artist {
export interface Artist {
name: string;
id: number;
picId: number;