forked from taseikyo/PyQt5-Apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
LewisTian
committed
Dec 24, 2018
1 parent
72b4954
commit 233cea1
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## 无损音乐下载 | ||
主要功能是下载无损音乐,数据来自 [魔声](http://moresound.tk/music/) | ||
|
||
### Screenshot | ||
<div align="center"> | ||
<img src="../images/Lossless-Music-Box.png" alt="Screenshot"> | ||
</div> | ||
|
||
### Features | ||
可以下载各大音乐平台的无损音乐。数据均来自魔声,只不过用 PyQt 包装了一下,若是下载不了可能是他们的网站崩了吧。 | ||
- 酷我 | ||
- 虾米 | ||
- 酷狗 | ||
- 百度 | ||
- 网易 | ||
|
||
### KeyBindings | ||
Key Binding | Description | ||
-------------------------------------------|-------------------------- | ||
<kbd>Enter</kbd> | 搜索 | ||
<kbd>Ctrl + Enter</kbd> | 下载 | ||
|
||
### License | ||
Copyright (c) 2018 Lewis Tian. Licensed under the MIT license. |