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
9a52681687
commit
840a5b8e9b
104 changed files with 1645 additions and 13494 deletions
|
|
@ -1,9 +1,9 @@
|
|||
interface FetchAppleMusicAlbumParams {
|
||||
export interface FetchAppleMusicAlbumParams {
|
||||
neteaseId: number | string
|
||||
lang?: 'zh-CN' | 'en-US'
|
||||
}
|
||||
|
||||
interface FetchAppleMusicAlbumResponse {
|
||||
export interface FetchAppleMusicAlbumResponse {
|
||||
id: number
|
||||
neteaseId: number
|
||||
name: string
|
||||
|
|
@ -16,12 +16,12 @@ interface FetchAppleMusicAlbumResponse {
|
|||
}
|
||||
}
|
||||
|
||||
interface FetchAppleMusicArtistParams {
|
||||
export interface FetchAppleMusicArtistParams {
|
||||
neteaseId: number | string
|
||||
lang?: 'zh-CN' | 'en-US'
|
||||
}
|
||||
|
||||
interface FetchAppleMusicArtistResponse {
|
||||
export interface FetchAppleMusicArtistResponse {
|
||||
id: number
|
||||
neteaseId: number
|
||||
editorialVideo: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue