feat: 添加搜索功能至歌曲列表(可搜索名称 歌手 专辑),支持拼音匹配,优化播放列表加载逻辑,更好适配超大歌单

This commit is contained in:
alger
2025-04-11 19:35:21 +08:00
parent 988418e8d1
commit b593ca3011
5 changed files with 352 additions and 78 deletions
+2
View File
@@ -24,7 +24,9 @@ export interface SongResult {
program?: any;
alg?: string;
ar: Artist[];
artists?: Artist[];
al: Album;
album?: Album;
count: number;
playMusicUrl?: string;
playLoading?: boolean;