Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hzexe authored Jan 3, 2019
1 parent 16531b4 commit b690a1d
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Hzexe.QQMusic [![Build status](https://hzexe.visualstudio.com/Hzexe.QQMusic/_apis/build/status/Hzexe.QQMusic-.NET%20Desktop-CI)](https://hzexe.visualstudio.com/Hzexe.QQMusic/_build/latest?definitionId=1)
# Hzexe.QQMusic
解析QQ音乐的库,支持无损品质解析和下载<br />

[![Telegram Chat](https://img.shields.io/badge/Chat-Telegram-blue.svg)](https://t.me/hzexe)
[![license](https://img.shields.io/github/license/hzexe/Hzexe.QQMusic.svg)](https://raw.githubusercontent.com/hzexe/Hzexe.QQMusic/master/LICENSE)

|Package|Branch|Build|
|:-----:|:----:|:---:|
| [NuGet ![NuGet Release](https://img.shields.io/nuget/vpre/QQMusicLib.svg?label=QQMusicLib&maxAge=3600)](https://www.nuget.org/packages/QQMusicLib/) | `master` | [![Build status](https://hzexe.visualstudio.com/Hzexe.QQMusic/_apis/build/status/Hzexe.QQMusic-.NET%20Desktop-CI?branchName=master)](https://hzexe.visualstudio.com/Hzexe.QQMusic/_build/latest?definitionId=1) |

功能:
---
按歌名搜索<br />
Expand All @@ -9,8 +16,16 @@

安装:
---
NuGet:Install-Package QQMusicLib<br />
.Net Cli:dotnet add package QQMusicLib
Package manager:

```powershell
Install-Package QQMusicLib
```
.NET CLI:

```bash
dotnet add package QQMusicLib
```

使用示例
---
Expand Down

0 comments on commit b690a1d

Please # to comment.