mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-21 19:47:32 +08:00
feat: 扩展数据层与播放能力
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
export const getNewAlbums = (params: { limit: number; offset: number; area: string }) => {
|
||||
return request.get<any>('/album/new', { params });
|
||||
};
|
||||
Reference in New Issue
Block a user