mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-17 02:07:29 +08:00
✨ feat: 更新歌手数据加载逻辑,首页添加周杰伦歌手信息常驻
This commit is contained in:
@@ -4,7 +4,7 @@ export interface IHotSinger {
|
||||
artists: Artist[];
|
||||
}
|
||||
|
||||
interface Artist {
|
||||
export interface Artist {
|
||||
name: string;
|
||||
id: number;
|
||||
picId: number;
|
||||
@@ -29,4 +29,6 @@ interface Artist {
|
||||
identifyTag?: any;
|
||||
alg?: any;
|
||||
fansCount?: any;
|
||||
cover?: string;
|
||||
avatar?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user