mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-26 17:27:23 +08:00
🦄 refactor: 适配 web移动端 改造
This commit is contained in:
@@ -17,6 +17,7 @@ interface State {
|
||||
playListIndex: number;
|
||||
setData: any;
|
||||
lyric: any;
|
||||
isMobile: boolean;
|
||||
}
|
||||
|
||||
const state: State = {
|
||||
@@ -30,6 +31,7 @@ const state: State = {
|
||||
playListIndex: 0,
|
||||
setData: null,
|
||||
lyric: {},
|
||||
isMobile: false,
|
||||
};
|
||||
|
||||
const windowData = window as any;
|
||||
|
||||
Reference in New Issue
Block a user