mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
feat: updates
This commit is contained in:
parent
f340a90117
commit
cec4c5909d
50 changed files with 1304 additions and 207 deletions
|
|
@ -1,6 +1,7 @@
|
|||
export enum ArtistApiNames {
|
||||
FetchArtist = 'fetchArtist',
|
||||
FetchArtistAlbums = 'fetchArtistAlbums',
|
||||
FetchSimilarArtists = 'fetchSimilarArtists',
|
||||
}
|
||||
|
||||
// 歌手详情
|
||||
|
|
@ -26,3 +27,12 @@ export interface FetchArtistAlbumsResponse {
|
|||
more: boolean
|
||||
artist: Artist
|
||||
}
|
||||
|
||||
// 获取相似歌手
|
||||
export interface FetchSimilarArtistsParams {
|
||||
id: number
|
||||
}
|
||||
export interface FetchSimilarArtistsResponse {
|
||||
code: number
|
||||
artists: Artist[]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue