* refactor: use unm-rust-napi
* ci(build): install UNM dependencies for certain platforms
* feat: add the ability to configure UNM
* feat: add the UNM configuration in settings page
* refactor(jsconfig): jsx -> preserve
* fix(ci/build): use bash to get unm version
* chore(deps): upgrade UNM to 0.3.0-pre.0
* refactor(electron/ipcMain): update default sources
* fix(views/settings): remove duplicated config entry
* feat(settings): allow configuring QQ cookie
We also removed some duplicate entries in views/settings.vue.
* chore(deps): UNM -> 0.3.0-pre.1
* refactor: remove unused old UNM
* fix(utils/player): do not include rust-napi in client code
As we only imported the constant, I just expand it as the integer.
Co-authored-by: qier222 <qier222@outlook.com>
* feat: add copy track link
* fix: various visual defects
* feat: add track low res fallback
* chore: remove redundant locale strings
* chore: separate playbackState for a new PR
* build: fix netlify failing to build site
* feat: support set tray icon tooltip info
* fix: name
* refactor tray impl and add tray playing state change
* fix: linux impl
* add pause icon
* add tray like state
* fix
* fix: linux impl
* better pause icon
* feat(reversed-mode): add reversed mode & improvements to lyrics animation
* feat(lyrics-animation): improve `:active` style
* fix: extra white space after artist in lyrics view
* refactor: remove unused function
* feat: slightly add duration of transition to improve replication from Apple Music style
* fix : PersonalFM can not found next track
* do not call _loadPersonalFMNextTrack() when reload personal FM
* fix: revert
* fix: separate playNextTrack
* fix: moveToFMTrash
* fix
* fix: shortcut and _loadPersonalFMNextTrack()
* show toast when personal timeout
* fix: name
* 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