mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: updates
This commit is contained in:
parent
08abf8229f
commit
fb21405bf9
33 changed files with 699 additions and 361 deletions
|
|
@ -9,7 +9,7 @@ export enum ArtistApiNames {
|
|||
export interface FetchArtistParams {
|
||||
id: number
|
||||
}
|
||||
interface FetchArtistResponse {
|
||||
export interface FetchArtistResponse {
|
||||
code: number
|
||||
more: boolean
|
||||
artist: Artist
|
||||
|
|
@ -34,7 +34,7 @@ export interface FetchArtistAlbumsParams {
|
|||
limit?: number // default: 50
|
||||
offset?: number // default: 0
|
||||
}
|
||||
interface FetchArtistAlbumsResponse {
|
||||
export interface FetchArtistAlbumsResponse {
|
||||
code: number
|
||||
hotAlbums: Album[]
|
||||
more: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue