Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hex-ci/geak-audio-app
GEAK Audio 果壳智能音响桌面工具
https://github.com/hex-ci/geak-audio-app
Last synced: about 2 months ago
JSON representation
GEAK Audio 果壳智能音响桌面工具
- Host: GitHub
- URL: https://github.com/hex-ci/geak-audio-app
- Owner: hex-ci
- License: mit
- Created: 2021-10-19T18:35:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T03:40:34.000Z (over 1 year ago)
- Last Synced: 2024-04-18T13:27:55.183Z (9 months ago)
- Language: Vue
- Homepage:
- Size: 953 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GEAK Audio 果壳智能音响桌面工具
[![Build status](https://ci.appveyor.com/api/projects/status/nkl6xpsm2obp5ayd?svg=true)](https://ci.appveyor.com/project/hex-ci/geak-audio-app)
支持 Windows、Mac 和 Linux
## 功能
* 支持云听电台
* 支持喜马拉雅电台
* 支持喜马拉雅频道
* 支持本地播放列表
* 支持收藏喜爱的电台或频道## 下载
https://github.com/hex-ci/geak-audio-app/releases
## 截图
![屏幕截图 2021-10-23 231702](https://user-images.githubusercontent.com/13709/138562255-20dd1f8b-fd02-461a-9543-190585a4e2f2.png)
## 开发
请先安装 node js,推荐 14.x
然后执行 `npm i`
### 调试运行
`npm run electron:serve`
### 构建当前系统的可执行文件
`npm run electron:build`