MengYX
5 years ago
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
3 changed files with
19 additions and
22 deletions
-
README.md
-
package-lock.json
-
package.json
|
|
@ -5,7 +5,7 @@ |
|
|
|
|
|
|
|
[![Build Status](https://ci.ixarea.com/api/badges/ix64/unlock-music/status.svg)](https://ci.ixarea.com/ix64/unlock-music) |
|
|
|
|
|
|
|
## Features |
|
|
|
# Features |
|
|
|
- [x] Unlock in browser 在浏览器中解锁 |
|
|
|
- [x] QQMusic File QQ音乐格式 (.qmc0/.qmc3/.qmcflac/.qmcogg) |
|
|
|
- [ ] QQMusic New Format QQ音乐新格式 |
|
|
@ -19,17 +19,14 @@ |
|
|
|
- [x] Complete ID3 for ncm 补全ncm的ID3信息 |
|
|
|
- [ ] Multi-language 多语言 |
|
|
|
|
|
|
|
## Project setup |
|
|
|
``` |
|
|
|
npm install |
|
|
|
``` |
|
|
|
# 使用方法 |
|
|
|
## 下载已构建版本 |
|
|
|
- 已构建的版本发布在 [GitHub Release](https://github.com/ix64/unlock-music), 下载解压缩后即可部署或本地使用 |
|
|
|
|
|
|
|
### Compiles and hot-reloads for development |
|
|
|
``` |
|
|
|
npm run serve |
|
|
|
``` |
|
|
|
|
|
|
|
### Compiles and minifies for production |
|
|
|
``` |
|
|
|
npm run build |
|
|
|
``` |
|
|
|
## 自行构建 |
|
|
|
- 环境要求 |
|
|
|
- nodejs |
|
|
|
- npm |
|
|
|
1. 获取项目源代码后执行 `npm install` 安装相关依赖 |
|
|
|
2. 执行 `npm run build` 即可进行构建,构建输出为 dist 目录 |
|
|
|
- `npm run serve` 可用于开发 |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "unlock-music", |
|
|
|
"version": "0.2.0", |
|
|
|
"version": "1.0.1", |
|
|
|
"lockfileVersion": 1, |
|
|
|
"requires": true, |
|
|
|
"dependencies": { |
|
|
@ -1774,7 +1774,7 @@ |
|
|
|
}, |
|
|
|
"async-validator": { |
|
|
|
"version": "1.8.5", |
|
|
|
"resolved": "https://registry.npm.taobao.org/async-validator/download/async-validator-1.8.5.tgz", |
|
|
|
"resolved": "https://registry.npm.taobao.org/async-validator/download/async-validator-1.8.5.tgz?cache=0&sync_timestamp=1573494332941&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fasync-validator%2Fdownload%2Fasync-validator-1.8.5.tgz", |
|
|
|
"integrity": "sha1-3D4I7B/Q3dtn5ghC8CwM0c7G1/A=", |
|
|
|
"requires": { |
|
|
|
"babel-runtime": "6.x" |
|
|
@ -3988,9 +3988,9 @@ |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"element-ui": { |
|
|
|
"version": "2.12.0", |
|
|
|
"resolved": "https://registry.npm.taobao.org/element-ui/download/element-ui-2.12.0.tgz", |
|
|
|
"integrity": "sha1-qJO8Ea5Pfbt+nVQWBvI+ZD8THuQ=", |
|
|
|
"version": "2.13.0", |
|
|
|
"resolved": "https://registry.npm.taobao.org/element-ui/download/element-ui-2.13.0.tgz", |
|
|
|
"integrity": "sha1-9rsE5bCnbqX2JGYES3dEB7pOvS0=", |
|
|
|
"requires": { |
|
|
|
"async-validator": "~1.8.1", |
|
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.0", |
|
|
@ -10044,7 +10044,7 @@ |
|
|
|
}, |
|
|
|
"typedarray-to-buffer": { |
|
|
|
"version": "3.1.5", |
|
|
|
"resolved": "https://registry.npm.taobao.org/typedarray-to-buffer/download/typedarray-to-buffer-3.1.5.tgz", |
|
|
|
"resolved": "https://registry.npm.taobao.org/typedarray-to-buffer/download/typedarray-to-buffer-3.1.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftypedarray-to-buffer%2Fdownload%2Ftypedarray-to-buffer-3.1.5.tgz", |
|
|
|
"integrity": "sha1-qX7nqf9CaRufeD/xvFES/j/KkIA=", |
|
|
|
"requires": { |
|
|
|
"is-typedarray": "^1.0.0" |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "unlock-music", |
|
|
|
"version": "0.2.0", |
|
|
|
"version": "1.0.1", |
|
|
|
"private": true, |
|
|
|
"scripts": { |
|
|
|
"serve": "vue-cli-service serve", |
|
|
@ -10,7 +10,7 @@ |
|
|
|
"browser-id3-writer": "^4.3.0", |
|
|
|
"core-js": "^2.6.10", |
|
|
|
"crypto-js": "^3.1.9-1", |
|
|
|
"element-ui": "^2.11.1", |
|
|
|
"element-ui": "^2.13.0", |
|
|
|
"music-metadata-browser": "^1.8.1", |
|
|
|
"register-service-worker": "^1.6.2", |
|
|
|
"vue": "^2.6.10" |
|
|
|