提交 c2460b03 编写于 作者: C CeBkCn 提交者: GitHub

Add getPlaylists

上级 344b452e
...@@ -3,13 +3,15 @@ import { song } from './component/song' ...@@ -3,13 +3,15 @@ import { song } from './component/song'
import { lrc } from './component/lrc' import { lrc } from './component/lrc'
import { getArtistAlbums } from './component/getArtistAlbums' import { getArtistAlbums } from './component/getArtistAlbums'
import { getAlbums } from './component/getAlbums' import { getAlbums } from './component/getAlbums'
import { getPlaylists } from './component/getPlaylists'
let api = { let api = {
search: search, search: search,
song: song, song: song,
lrc: lrc, lrc: lrc,
getArtistAlbums: getArtistAlbums, getArtistAlbums: getArtistAlbums,
getAlbums: getAlbums getAlbums: getAlbums,
getPlaylists: getPlaylists
} }
export {api} export {api}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册