You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
MengYX 014fe5ae26
Fix accept in uploader
5 years ago
public Use Post 5 years ago
src Fix accept in uploader 5 years ago
.browserslistrc init 5 years ago
.drone.yml CI: Auto Deploy and Use Cache 5 years ago
.gitignore init 5 years ago
LICENSE Create License 5 years ago
README.md Fix link error in README [SKIP CI] 5 years ago
babel.config.js init 5 years ago
package-lock.json Update README and Dependencies 5 years ago
package.json Fix accept in uploader 5 years ago
postcss.config.js init 5 years ago
vue.config.js Update Dependencies 5 years ago

README.md

Unlock Music 音乐解锁

  • Unlock encrypted music file in browser.
  • 在浏览器中解锁加密的音乐文件。
  • Online Demo

Build Status

Features

  • Unlock in browser 在浏览器中解锁
  • QQMusic File QQ音乐格式 (.qmc0/.qmc3/.qmcflac/.qmcogg)
  • QQMusic New Format QQ音乐新格式
    • .mflac (Partial 部分支持)
    • .mgg
  • Netease Format 网易云音乐格式 (.ncm)
  • Drag and Drop 拖放文件
  • Play instantly 在线播放
  • Batch unlocking 批量解锁
  • Progressive Web App 渐进式Web应用
  • Complete ID3 for ncm 补全ncm的ID3信息
  • Multi-language 多语言

使用方法

下载已构建版本

  • 已构建的版本发布在 GitHub Release, 下载解压缩后即可部署或本地使用

自行构建

  • 环境要求
    • nodejs
    • npm
  1. 获取项目源代码后执行 npm install 安装相关依赖
  2. 执行 npm run build 即可进行构建,构建输出为 dist 目录
  • npm run serve 可用于开发