mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-23 23:57:22 +08:00
✨ feat: 优化搜索
This commit is contained in:
@@ -18,6 +18,8 @@ interface State {
|
||||
setData: any;
|
||||
lyric: any;
|
||||
isMobile: boolean;
|
||||
searchValue: string;
|
||||
searchType: number;
|
||||
}
|
||||
|
||||
const state: State = {
|
||||
@@ -32,6 +34,8 @@ const state: State = {
|
||||
setData: null,
|
||||
lyric: {},
|
||||
isMobile: false,
|
||||
searchValue: '',
|
||||
searchType: 1,
|
||||
};
|
||||
|
||||
const windowData = window as any;
|
||||
|
||||
Reference in New Issue
Block a user