Update README and Bump Version

This commit is contained in:
MengYX 2020-02-11 16:00:34 +08:00
parent c314a251c2
commit 58d9039960
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
3 changed files with 288 additions and 287 deletions

View File

@ -11,15 +11,16 @@
- [x] QQMusic Format QQ音乐格式 (.qmc0/.qmc3/.qmcflac/.qmcogg/.tkm)
- [x] MooMusic Format Moo音乐格式 ([.bkcmp3/.bkcflac](https://github.com/ix64/unlock-music/issues/11))
- [x] QQMusic Tm Format QQ音乐Tm格式 (.tm0/.tm2/.tm3/.tm6)
- [ ] QQMusic New Format QQ音乐新格式
- [x] .mflac (Partial 部分支持)
- [ ] .mgg
- [x] QQMusic New Format QQ音乐新格式 (Experimental 实验性支持)
- [x] .mflac
- [x] .mgg
- [x] Netease Format 网易云音乐格式 (.ncm)
- [x] Drag and Drop 拖放文件
- [x] Play instantly 在线播放
- [x] Batch unlocking 批量解锁
- [x] Progressive Web App 渐进式Web应用
- [x] Complete ID3 for ncm 补全ncm的ID3信息
- [x] Multi-threads 多线程
# 使用方法
## 下载已构建版本

564
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "unlock-music",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@ -9,7 +9,7 @@
"dependencies": {
"browser-id3-writer": "^4.3.0",
"core-js": "^3.6.4",
"crypto-js": "^3.1.9-1",
"crypto-js": "^3.2.0",
"element-ui": "^2.13.0",
"music-metadata-browser": "^2.0.3",
"register-service-worker": "^1.6.2",