mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-22 06:27:24 +08:00
✨ feat: 优化音乐解析,添加搜索记录 添加搜索滚动加载更多 添加关闭动画功能
This commit is contained in:
@@ -3,6 +3,8 @@ import request from '@/utils/request';
|
||||
interface IParams {
|
||||
keywords: string;
|
||||
type: number;
|
||||
limit?: number;
|
||||
offset?: number;
|
||||
}
|
||||
// 搜索内容
|
||||
export const getSearch = (params: IParams) => {
|
||||
|
||||
Reference in New Issue
Block a user