高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron:
Go to file
2021-11-29 17:22:42 +08:00
.github chore: update package.json & build.yaml 2021-09-26 00:49:49 +08:00
build/icons refactor: hide window when close app (#78) 2020-12-09 19:50:50 +08:00
images docs: update README.md 2021-06-10 23:55:30 +08:00
netease_api 更新网易云 api 到 4.2.0 2021-11-28 00:25:19 +08:00
public fix: remove osdlyrics 2021-06-10 13:50:31 +08:00
script chore: format codes 2021-04-26 16:31:03 +08:00
src Merge branch 'master' into master 2021-11-24 09:04:18 +08:00
.editorconfig feat: add .editorconfig for ide 2020-10-19 00:41:03 +08:00
.env.example chore: update .env.example 2021-10-22 20:43:42 +08:00
.gitattributes chore: set binary type for files (#417) 2021-03-16 01:41:50 +08:00
.gitignore docs: 增加部署到vercel后api跨域的解决方法 2021-09-25 12:52:15 +08:00
.prettierignore refactor: rename napi to netease_api 2020-11-23 13:38:35 +08:00
.prettierrc chore: update prettier config 2021-04-25 17:27:19 +08:00
babel.config.js chore: update babel.config.js 2021-01-05 16:06:22 +08:00
jsconfig.json feat: add config to resolve path alias. 2020-10-18 19:28:33 +08:00
LICENSE first commit 2020-10-10 19:54:44 +08:00
package.json feat: enhance (#1016) 2021-10-28 01:09:00 +08:00
README.md Update README.md 2021-11-29 17:22:42 +08:00
vercel.example.json docs: 增加部署到vercel后api跨域的解决方法 2021-09-25 12:52:15 +08:00
vue.config.js fix the UnblockNeteaseMusic | 修复UnblockNeteaseMusic无法使用的问题 (#670) 2021-05-17 23:59:02 +08:00
yarn.lock feat: enhance (#1016) 2021-10-28 01:09:00 +08:00

Fork Bug 维护版

发布只有预览版, 只供测试.

胡乱用把你电脑卡爆了我直接免责声明

本地开发

  1. 克隆代码

  2. 安装依赖

yarn

yarn netease_api:install
  1. 运行本地开发环境
yarn netease_api:run

yarn electron:server
  1. 编译打包 windows 版
yarn electron:build-win

x86

yarn electron:build --windows nsis:ia32
  1. 编译打包 mac 版
yarn electron:build-mac

arm64

yarn electron:build --macos dir:arm64