The `@achrinza/node-ipc` version we use in 1.x does not allow
a version of Node.js greater than 17. As YesPlayMusic has been in
maintenance mode, we define our supported Node.js engine version
rather than upgrade this dependency.
It may indicate the Vercel platform to not use 18 (or greater) in their
deployment.
The error message is:
error @achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "18.12.1"
* 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>
* refactor(ncmapi): use upstream version
FIXME: After #1457 released,
switch to the NPM version.
* fix(docker): install NeteaseCloudMusicApi early
* fix: remove useless submodule entry
* fix(ncmapi): update to 4.5.2
* 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
* fix: change to @revincx/unblockneteasemusic moudle
* Update README.md
* Update README.md
* Add OSD Lyrics
* tidy files
* fix OSDLyrics: last line of lyrics not showing, performance
* tidy files
* make user can resize the lyrics window
* update unblockneteasemusic
* update unblockneteasemusic again
Co-authored-by: qier222 <qier222@outlook.com>
Co-authored-by: Shi Liang <shilianggoo@gmail.com>