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
7ce516877e
commit
ccebe0a67a
74 changed files with 56065 additions and 2810 deletions
|
|
@ -1,5 +1,6 @@
|
|||
interface FetchAppleMusicAlbumParams {
|
||||
neteaseId: number | string
|
||||
lang?: 'zh-CN' | 'en-US'
|
||||
}
|
||||
|
||||
interface FetchAppleMusicAlbumResponse {
|
||||
|
|
@ -17,6 +18,7 @@ interface FetchAppleMusicAlbumResponse {
|
|||
|
||||
interface FetchAppleMusicArtistParams {
|
||||
neteaseId: number | string
|
||||
lang?: 'zh-CN' | 'en-US'
|
||||
}
|
||||
|
||||
interface FetchAppleMusicArtistResponse {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue