Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.62 KB

README.md

File metadata and controls

59 lines (45 loc) · 1.62 KB

logo

Electron Xiami

English README

Linux和macOS下的虾米客户端 (虾米播放器),使用Electron构建。

screenshot_macos

linux_player_full

linux_player_mini

linux_player_radio

请注意:这个项目不是虾米音乐的官方客户端。如果有任何问题请反馈到这个链接

功能

  • 虾米音乐在线
  • 虾米电台 (测试)
  • 迷你播放模式
  • 桌面歌词 (测试)
  • 最小化到托盘
  • 系统提示
  • 播放控制
  • 用户配置
  • 多语言支持

安装需求

编译和安装

本地编译运行

git clone https://github.com/eNkru/electron-xiami.git
cd electron-xiami
npm install
npm start

编译打包版本

npm run dist:linux

发布

npm version (new release version)
git push origin master
git push origin --tags
npm publish

下载

预打包版本请点击这个链接下载。

授权协议

MIT