* feat(ipcMain/unm): allow passing customized source
* feat(utils/Player): pass settings.unmSource
According to c280221a44608777a69038306a6ea8e92953fb9a,
we can let users customize their desired source now.
* feat(views/settings): allow configuring sources
We haven't supported specifying the environment variable in YPM yet.
* refactor: use @unblockneteasemusic/server
we also use ipcMain.handle for unblock-music.
* refactor(utils/nativeAlert): remove the deprecated "remote"
* refactor(ipcMain): use our default sources
* style(config/vue): prettier
* feat(README): update for new UNM
* feat: more operations for close
* remove minimizeToTray form initLocalStorage
Co-authored-by: qier222 <qier222@outlook.com>
Co-authored-by: qier222 <qier2222@gmail.com>
* Add OSD Lyrics
* tidy files
* fix OSDLyrics: last line of lyrics not showing, performance
* tidy files
* make user can resize the lyrics window
* Fix bug of initial window size
* Fix: 1. auto resize osdlyrics window after packaging; 2. lyric parser problem with %;
* tidy files
1. Increase the timeout time to prevent blocking the rendering process
2. Use the modification package to solve the problem that song information may not be available and repeatedly requested.