Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
1.0.0 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Oct 14, 2017
1 parent 2ee3051 commit 6a38496
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,22 @@ Description | Keys
其实这些在鼠标右键菜单上面都有,上面这些看看就好,我也没记住
![preview](https://github.com/trazyn/ieaseMusic/blob/master/screenshots/contextmenu.png)

## 贡献曲库
请参考
- [server/search/index.js](https://github.com/trazyn/ieaseMusic/blob/master/server/search/index.js)
- [server/search/Kugou.js](https://github.com/trazyn/ieaseMusic/blob/master/server/search/Kugou.js)

```
export default async(keyword, artists) => {
// Your code
return {
src: 'Music link'
};
};
```

曲库导出一个方法,接受2个参数,`歌曲名称``歌手名称`(多个名称以逗号分隔,eg:`王心凌,罗志祥`),返回一个`Promise`,对于搜索结果应使用`歌手名称`来匹配正确曲目,返回对象中`src`为歌曲链接。

## Question

目前接口上面~~收藏歌单和 `Follow` 用户暂时没有~~`(DONE)`,界面部分搜索和**评论**(貌似很多人不喜欢这个)没做,DJ界面不打算做,感觉内容质量较差,~~这部分旅游结束后进行~~
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iease-music",
"version": "0.0.5",
"version": "1.0.0",
"description": "这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 🤘",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 6a38496

Please sign in to comment.