feat: 优化音乐解析,添加搜索记录 添加搜索滚动加载更多 添加关闭动画功能

This commit is contained in:
alger
2025-01-13 22:13:21 +08:00
parent 744fd53fb1
commit 8e86d378d0
7 changed files with 391 additions and 62 deletions
+2
View File
@@ -3,6 +3,8 @@ import request from '@/utils/request';
interface IParams {
keywords: string;
type: number;
limit?: number;
offset?: number;
}
// 搜索内容
export const getSearch = (params: IParams) => {