From 94136ec2e63cb02edc4dd76d6ca98a56397bdc75 Mon Sep 17 00:00:00 2001 From: MengYX Date: Sun, 25 Aug 2019 14:27:11 +0800 Subject: [PATCH] Update readme --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f06f726..e1ce990 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ -# music-crack +# Unlock Music 音乐解锁 +Unlock encrypted music file in browser. +在浏览器中解锁加密的音乐文件。 +## Features +- [x] Unlock in browser 在浏览器中解锁 +- [x] QQMusic File QQ音乐文件 (.qmc0/.qmc3/.qmcflac) +- [x] Netease File 网易云音乐文件 (.ncm) +- [x] Drag and Drop 拖放文件 +- [x] Play instantly 在线播放 +- [x] Batch unlocking 批量解锁 +- [ ] Multi-language 多语言 +- [ ] Write ID3 写入ID3信息 ## Project setup ``` @@ -14,16 +25,3 @@ npm run serve ``` npm run build ``` - -### Run your tests -``` -npm run test -``` - -### Lints and fixes files -``` -npm run lint -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/).