mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
feat: updates
This commit is contained in:
parent
9a52681687
commit
840a5b8e9b
104 changed files with 1645 additions and 13494 deletions
|
|
@ -5,7 +5,6 @@ interface UIStates {
|
|||
showLyricPanel: boolean
|
||||
showLoginPanel: boolean
|
||||
hideTopbarBackground: boolean
|
||||
librarySelectedTab: 'playlists' | 'albums' | 'artists' | 'videos'
|
||||
mobileShowPlayingNext: boolean
|
||||
blurBackgroundImage: string | null
|
||||
fullscreen: boolean
|
||||
|
|
@ -17,7 +16,6 @@ const initUIStates: UIStates = {
|
|||
showLyricPanel: false,
|
||||
showLoginPanel: false,
|
||||
hideTopbarBackground: false,
|
||||
librarySelectedTab: 'playlists',
|
||||
mobileShowPlayingNext: false,
|
||||
blurBackgroundImage: null,
|
||||
fullscreen: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue