Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Latest commit

 

History

History
68 lines (43 loc) · 1.62 KB

README.md

File metadata and controls

68 lines (43 loc) · 1.62 KB

Listen 1 音乐播放器(Windows 毛玻璃版)

修改版的不同点

  • Fluent Design Acrylic 毛玻璃

imgur

最近更新

2.28.0 (2023.04.15)

软件说明

Listen 1可以搜索和播放来自多个主流音乐网站的歌曲,让你的曲库更全面。并支持收藏功能,方便的创建自己的歌单。

支持音乐平台

  • 网易云音乐
  • 虾米
  • QQ音乐
  • 酷狗音乐
  • 酷我音乐
  • bilibili
  • 咪咕音乐
  • 支持Windows,Mac,Linux平台

生成完整代码

项目中包含了listen1_chrome_extension的引用,在checkout后需要把引用库初始化

git submodule update --init --recursive

运行

npm run start

生成安装包

全平台安装包

npm run dist

Windows安装包

npm run dist:win32
npm run dist:win64

Mac安装包

npm run dist:mac

Linux安装包

npm run dist:linux32
npm run dist:linux64