Compare commits
96 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8acc1ade81 | ||
![]() |
e543024641 | ||
![]() |
cf48554424 | ||
![]() |
2e0cd04255 | ||
![]() |
adbcdfd083 | ||
![]() |
e1505148c8 | ||
![]() |
b65e47514f | ||
![]() |
31215772e3 | ||
![]() |
070c642dbf | ||
![]() |
8e135f7004 | ||
![]() |
0fb30ddc17 | ||
![]() |
e9a25f3140 | ||
![]() |
5e2f3d36c2 | ||
![]() |
a040c88a07 | ||
![]() |
b370f4ceb6 | ||
![]() |
bf0df4e68d | ||
![]() |
f24ea6a07b | ||
![]() |
c11f3fd130 | ||
![]() |
2ffcbf79b5 | ||
![]() |
6a2b98798b | ||
![]() |
60e2039e56 | ||
![]() |
fbdad625c5 | ||
![]() |
10814ea109 | ||
![]() |
52657046d6 | ||
![]() |
175112180d | ||
![]() |
7b26630428 | ||
![]() |
55b2f17ed7 | ||
![]() |
be09790810 | ||
![]() |
df2d409351 | ||
![]() |
a558dac34b | ||
![]() |
44642b1c39 | ||
![]() |
6e66d2da4f | ||
![]() |
e1cf15cf8c | ||
![]() |
1d415cae52 | ||
![]() |
66e2b96bad | ||
![]() |
79c0c85ab3 | ||
![]() |
ad47a713ad | ||
![]() |
6ef0850c40 | ||
![]() |
9af2ba5e62 | ||
![]() |
0f52c53d6c | ||
![]() |
24764875f3 | ||
![]() |
65a41b21c3 | ||
![]() |
b93b93110b | ||
![]() |
7a5cefd950 | ||
![]() |
3b885f82ca | ||
![]() |
b6757e81a2 | ||
![]() |
8d79035675 | ||
![]() |
6592f304b6 | ||
![]() |
e5bff35f89 | ||
![]() |
9b28676c43 | ||
![]() |
4a2d31238b | ||
![]() |
fd2866f53d | ||
![]() |
5e8af22f08 | ||
![]() |
4aa2ff7f91 | ||
![]() |
c9a4a901be | ||
![]() |
a824bf1f63 | ||
![]() |
bb811178d4 | ||
![]() |
c25055f875 | ||
![]() |
62e36ef228 | ||
![]() |
438383979d | ||
![]() |
59d47c755e | ||
![]() |
e2d4283003 | ||
![]() |
6b1c08663a | ||
![]() |
c338b6ef04 | ||
![]() |
c95cfcb984 | ||
![]() |
26b6b03ef3 | ||
![]() |
f548412d8d | ||
![]() |
f8a1ec137c | ||
![]() |
8622aef21f | ||
![]() |
ecff3d34b0 | ||
![]() |
a140b45e5f | ||
![]() |
d42e6e3259 | ||
![]() |
bceabe4fcf | ||
![]() |
7b9070f99d | ||
![]() |
6410576adb | ||
![]() |
24bfc9e603 | ||
![]() |
b6886b7001 | ||
![]() |
dd965688a9 | ||
![]() |
f9543965b6 | ||
![]() |
e7b86a4779 | ||
![]() |
c3756bb3b3 | ||
![]() |
4d5d70f4b6 | ||
![]() |
e31eb9c1f1 | ||
![]() |
f64fa71b1e | ||
![]() |
181a3c402f | ||
![]() |
4c4e4061f5 | ||
![]() |
2526adcab0 | ||
![]() |
f2ea85bae9 | ||
![]() |
c07d55565d | ||
![]() |
71a8d9fab7 | ||
![]() |
7233fdc707 | ||
![]() |
0d119094df | ||
![]() |
1f804e1037 | ||
![]() |
77d9ca4ba8 | ||
![]() |
8f3c74c100 | ||
![]() |
29c27bbfd9 |
@@ -10,7 +10,7 @@ steps:
|
|||||||
- name: installDependencies
|
- name: installDependencies
|
||||||
image: node:lts
|
image: node:lts
|
||||||
commands:
|
commands:
|
||||||
- npm ci --verbose --registry=https://registry.npm.taobao.org
|
- npm ci --registry=https://registry.npm.taobao.org
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: node:lts
|
image: node:lts
|
||||||
@@ -19,7 +19,7 @@ steps:
|
|||||||
- npm run build
|
- npm run build
|
||||||
- tar -czf legacy.tar.gz -C ./dist .
|
- tar -czf legacy.tar.gz -C ./dist .
|
||||||
- npm run build -- --modern
|
- npm run build -- --modern
|
||||||
- tar -czf morden.tar.gz -C ./dist .
|
- tar -czf modern.tar.gz -C ./dist .
|
||||||
|
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
@@ -27,7 +27,7 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
base_url: https://git.ixarea.com
|
base_url: https://git.ixarea.com
|
||||||
files:
|
files:
|
||||||
- morden.tar.gz
|
- modern.tar.gz
|
||||||
- legacy.tar.gz
|
- legacy.tar.gz
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
|
39
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
39
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
---
|
||||||
|
name: Bug报告
|
||||||
|
about: 报告Bug以帮助改进程序
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
* 请按照此模板填写,否则可能立即被关闭
|
||||||
|
|
||||||
|
- [x] 我确认已经搜索过Issue不存并确认相同的Issue
|
||||||
|
- [x] 我有证据表明这是程序导致的问题(如不确认,可以在[Discussions](https://github.com/ix64/unlock-music/discussions)内提出)
|
||||||
|
|
||||||
|
|
||||||
|
**Bug描述**
|
||||||
|
|
||||||
|
简要地复述你遇到的Bug
|
||||||
|
|
||||||
|
**复现方法**
|
||||||
|
|
||||||
|
描述复现方法,必要时请提供样本文件
|
||||||
|
|
||||||
|
**程序截图或者Console报错信息**
|
||||||
|
|
||||||
|
如果可以请提供二者之一
|
||||||
|
|
||||||
|
|
||||||
|
**环境信息:**
|
||||||
|
|
||||||
|
- 操作系统和浏览器:
|
||||||
|
- 程序版本:
|
||||||
|
- 获取音乐文件所使用的客户端及其版本信息:
|
||||||
|
|
||||||
|
|
||||||
|
**附加信息**
|
||||||
|
|
||||||
|
其他能够帮助确认问题的信息
|
||||||
|
|
26
.github/ISSUE_TEMPLATE/new-feature.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE/new-feature.md
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
name: 新功能
|
||||||
|
about: 对于程序新的想法或建议
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
- 请按照此模板填写,否则可能立即被关闭
|
||||||
|
|
||||||
|
**背景和说明**
|
||||||
|
|
||||||
|
简要说明产生此想法的背景和此想法的具体内容
|
||||||
|
|
||||||
|
|
||||||
|
**实现途径**
|
||||||
|
|
||||||
|
- 如果没有设计方案,请简要描述实现思路
|
||||||
|
- 如果你没有任何的实现思路,请通过[Discussions](https://github.com/ix64/unlock-music/discussions)或者Telegram进行讨论
|
||||||
|
|
||||||
|
|
||||||
|
**附加信息**
|
||||||
|
|
||||||
|
更多你想要表达的内容
|
||||||
|
|
66
.github/workflows/build.yml
vendored
Normal file
66
.github/workflows/build.yml
vendored
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
name: Build
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- "**/*.js"
|
||||||
|
- "**/*.vue"
|
||||||
|
- "public/**/*"
|
||||||
|
- "package-lock.json"
|
||||||
|
- "package.json"
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
types: [ opened, synchronize, reopened ]
|
||||||
|
paths:
|
||||||
|
- "**/*.js"
|
||||||
|
- "**/*.vue"
|
||||||
|
- "public/**/*"
|
||||||
|
- "package-lock.json"
|
||||||
|
- "package.json"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
build: [ legacy, modern ]
|
||||||
|
include:
|
||||||
|
- build: legacy
|
||||||
|
BUILD_ARGS:
|
||||||
|
- build: modern
|
||||||
|
BUILD_ARGS: "-- --modern"
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Use Node.js 14.x
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: 14.x
|
||||||
|
|
||||||
|
- name: Get npm cache directory
|
||||||
|
id: npm-cache
|
||||||
|
run: echo "::set-output name=dir::$(npm config get cache)"
|
||||||
|
- uses: actions/cache@v2
|
||||||
|
with:
|
||||||
|
path: ${{ steps.npm-cache.outputs.dir }}
|
||||||
|
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||||
|
restore-keys: ${{ runner.os }}-node-
|
||||||
|
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: |
|
||||||
|
npm ci
|
||||||
|
npm run fix-compatibility
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
env:
|
||||||
|
GZIP: "--best"
|
||||||
|
run: |
|
||||||
|
npm run build ${{ matrix.BUILD_ARGS }}
|
||||||
|
tar -czvf dist.tar.gz -C ./dist .
|
||||||
|
|
||||||
|
- name: Publish artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: unlock-music-${{ matrix.build }}.tar.gz
|
||||||
|
path: ./dist.tar.gz
|
121
.github/workflows/release.yml
vendored
Normal file
121
.github/workflows/release.yml
vendored
Normal file
@@ -0,0 +1,121 @@
|
|||||||
|
name: Release and GitHub Pages
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- "v*"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Use Node.js 14.x
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: 14.x
|
||||||
|
|
||||||
|
- name: Get npm cache directory
|
||||||
|
id: npm-cache
|
||||||
|
run: echo "::set-output name=dir::$(npm config get cache)"
|
||||||
|
- uses: actions/cache@v2
|
||||||
|
with:
|
||||||
|
path: ${{ steps.npm-cache.outputs.dir }}
|
||||||
|
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||||
|
restore-keys: ${{ runner.os }}-node-
|
||||||
|
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: |
|
||||||
|
npm ci
|
||||||
|
npm run fix-compatibility
|
||||||
|
|
||||||
|
- name: Build Legacy
|
||||||
|
env:
|
||||||
|
GZIP: "--best"
|
||||||
|
run: |
|
||||||
|
npm run build
|
||||||
|
tar -czf legacy.tar.gz -C ./dist .
|
||||||
|
zip -rJ9 legacy.zip ./dist
|
||||||
|
|
||||||
|
- name: Build Modern
|
||||||
|
env:
|
||||||
|
GZIP: "--best"
|
||||||
|
run: |
|
||||||
|
npm run build -- --modern
|
||||||
|
tar -czf modern.tar.gz -C ./dist .
|
||||||
|
zip -rJ9 modern.zip ./dist
|
||||||
|
|
||||||
|
- name: Checksum
|
||||||
|
run: sha256sum *.tar.gz *.zip > sha256sum.txt
|
||||||
|
|
||||||
|
- name: Deploy
|
||||||
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
publish_dir: ./dist
|
||||||
|
|
||||||
|
- name: Get current time
|
||||||
|
id: date
|
||||||
|
run: echo "::set-output name=date::$(date +'%Y/%m/%d')"
|
||||||
|
|
||||||
|
- name: Create a Release
|
||||||
|
id: create_release
|
||||||
|
uses: actions/create-release@v1
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
tag_name: ${{ github.ref }}
|
||||||
|
release_name: "Build ${{ steps.date.outputs.date }}"
|
||||||
|
draft: true
|
||||||
|
|
||||||
|
- name: Upload Release Assets - legacy.tar.gz
|
||||||
|
uses: actions/upload-release-asset@v1.0.2
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
|
asset_path: ./legacy.tar.gz
|
||||||
|
asset_name: legacy.tar.gz
|
||||||
|
asset_content_type: application/gzip
|
||||||
|
|
||||||
|
- name: Upload Release Assets - legacy.zip
|
||||||
|
uses: actions/upload-release-asset@v1.0.2
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
|
asset_path: ./legacy.zip
|
||||||
|
asset_name: legacy.zip
|
||||||
|
asset_content_type: application/zip
|
||||||
|
|
||||||
|
- name: Upload Release Assets - modern.tar.gz
|
||||||
|
uses: actions/upload-release-asset@v1.0.2
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
|
asset_path: ./modern.tar.gz
|
||||||
|
asset_name: modern.tar.gz
|
||||||
|
asset_content_type: application/gzip
|
||||||
|
|
||||||
|
- name: Upload Release Assets - modern.zip
|
||||||
|
uses: actions/upload-release-asset@v1.0.2
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
|
asset_path: ./modern.zip
|
||||||
|
asset_name: modern.zip
|
||||||
|
asset_content_type: application/zip
|
||||||
|
|
||||||
|
- name: Upload Release Assets - sha256sum.txt
|
||||||
|
uses: actions/upload-release-asset@v1.0.2
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
|
asset_path: ./sha256sum.txt
|
||||||
|
asset_name: sha256sum.txt
|
||||||
|
asset_content_type: text/plain
|
||||||
|
|
55
README.md
55
README.md
@@ -1,30 +1,41 @@
|
|||||||
# Unlock Music 音乐解锁
|
# Unlock Music 音乐解锁
|
||||||
- Unlock encrypted music file in browser.
|
- 在浏览器中解锁加密的音乐文件。 Unlock encrypted music file in the browser.
|
||||||
- 在浏览器中解锁加密的音乐文件。
|
- unlock-music项目是以学习和技术研究的初衷创建的,修改、再分发时请遵循[License](https://github.com/ix64/unlock-music/blob/master/LICENSE)
|
||||||
- unlock-music项目是以学习和技术研究的初衷创建的。
|
- Unlock Music的CLI版本正在开发中。
|
||||||
- 由于存在可能的法律风险以及滥用风险,不再提供Demo服务。
|
- 我们新建了Telegram群组,欢迎加入
|
||||||
|
- [其他测试版工具](https://github.com/ix64/unlock-music/wiki/%E5%85%B6%E4%BB%96%E9%9F%B3%E4%B9%90%E6%A0%BC%E5%BC%8F%E5%B7%A5%E5%85%B7)
|
||||||
|
- [相关的其他项目](https://github.com/ix64/unlock-music/wiki/%E5%92%8CUnlockMusic%E7%9B%B8%E5%85%B3%E7%9A%84%E9%A1%B9%E7%9B%AE)
|
||||||
|
- 
|
||||||
|
|
||||||
[](https://ci.ixarea.com/ix64/unlock-music)
|
# 特性
|
||||||
|
## 支持的格式
|
||||||
# Features
|
- [x] QQ音乐 (.qmc0/.qmc2/.qmc3/.qmcflac/.qmcogg/[.tkm](https://github.com/ix64/unlock-music/issues/9))
|
||||||
- [x] Unlock in browser 在浏览器中解锁
|
- [x] 写入封面图片
|
||||||
- [x] QQMusic Format QQ音乐格式 (.qmc0/.qmc2/.qmc3/.qmcflac/.qmcogg/.tkm)
|
- [x] Moo音乐格式 ([.bkcmp3/.bkcflac](https://github.com/ix64/unlock-music/issues/11))
|
||||||
- [x] MooMusic Format Moo音乐格式 ([.bkcmp3/.bkcflac](https://github.com/ix64/unlock-music/issues/11))
|
- [x] QQ音乐Tm格式 (.tm0/.tm2/.tm3/.tm6)
|
||||||
- [x] QQMusic Tm Format QQ音乐Tm格式 (.tm0/.tm2/.tm3/.tm6)
|
- [x] QQ音乐新格式 (实验性支持)
|
||||||
- [x] QQMusic New Format QQ音乐新格式 (Experimental 实验性支持)
|
|
||||||
- [x] .mflac
|
- [x] .mflac
|
||||||
- [x] .mgg
|
- [x] [.mgg](https://github.com/ix64/unlock-music/issues/3)
|
||||||
- [x] Netease Format 网易云音乐格式 (.ncm)
|
- [x] 网易云音乐格式 (.ncm)
|
||||||
- [x] Drag and Drop 拖放文件
|
- [x] 补全ncm的ID3/FlacMeta信息
|
||||||
- [x] Play instantly 在线播放
|
- [x] 虾米音乐格式 (.xm) (测试阶段)
|
||||||
- [x] Batch unlocking 批量解锁
|
- [x] 酷我音乐格式 (.kwm) (测试阶段)
|
||||||
- [x] Progressive Web App 渐进式Web应用
|
- [x] 酷狗音乐格式 (.kgm) ([CLI版本](https://github.com/ix64/unlock-music/wiki/%E5%85%B6%E4%BB%96%E9%9F%B3%E4%B9%90%E6%A0%BC%E5%BC%8F%E5%B7%A5%E5%85%B7#%E9%85%B7%E7%8B%97%E9%9F%B3%E4%B9%90-kgmvpr%E8%A7%A3%E9%94%81%E5%B7%A5%E5%85%B7))
|
||||||
- [x] Complete ID3 for ncm 补全ncm的ID3信息
|
|
||||||
- [x] Multi-threads 多线程
|
## 其他特性
|
||||||
|
- [x] 在浏览器中解锁
|
||||||
|
- [x] 拖放文件
|
||||||
|
- [x] 在线播放
|
||||||
|
- [x] 批量解锁
|
||||||
|
- [x] 渐进式Web应用
|
||||||
|
- [x] 多线程
|
||||||
|
|
||||||
|
|
||||||
# 使用方法
|
# 使用方法
|
||||||
## 下载已构建版本
|
## 使用已构建版本
|
||||||
- 已构建的版本发布在 [GitHub Release](https://github.com/ix64/unlock-music/releases/latest), 下载解压缩后即可部署或本地使用
|
- 从[GitHub Release](https://github.com/ix64/unlock-music/releases/latest)下载已构建的版本
|
||||||
|
- 本地使用请下载`legacy版本`(`modern版本`只能通过**http/https协议**访问)
|
||||||
|
- 解压缩后即可部署或本地使用(**请勿直接运行源代码**)
|
||||||
|
|
||||||
## 自行构建
|
## 自行构建
|
||||||
- 环境要求
|
- 环境要求
|
||||||
|
6109
package-lock.json
generated
6109
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
29
package.json
29
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "unlock-music",
|
"name": "unlock-music",
|
||||||
"version": "1.4.1",
|
"version": "1.7.2",
|
||||||
"updateInfo": "支持.qmc2;qq音乐显示封面图片;界面优化;修复GBK编码ID3信息",
|
"updateInfo": "修复.qmc解锁的一些问题",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Unlock encrypted music file in browser.",
|
"description": "Unlock encrypted music file in browser.",
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -15,22 +15,27 @@
|
|||||||
"fix-compatibility": "node ./src/fix-compatibility.js"
|
"fix-compatibility": "node ./src/fix-compatibility.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"base64-js": "^1.5.1",
|
||||||
"browser-id3-writer": "^4.4.0",
|
"browser-id3-writer": "^4.4.0",
|
||||||
"core-js": "^3.6.4",
|
"core-js": "^3.8.1",
|
||||||
"crypto-js": "^4.0.0",
|
"crypto-js": "^4.0.0",
|
||||||
"element-ui": "^2.13.0",
|
"element-ui": "^2.14.1",
|
||||||
"iconv-lite": "^0.5.1",
|
"iconv-lite": "^0.5.1",
|
||||||
"music-metadata-browser": "^2.0.5",
|
"jimp": "^0.14.0",
|
||||||
"register-service-worker": "^1.7.1",
|
"metaflac-js": "^1.0.5",
|
||||||
"vue": "^2.6.11"
|
"music-metadata-browser": "^2.1.7",
|
||||||
|
"node-sass": "^4.14.1",
|
||||||
|
"register-service-worker": "^1.7.2",
|
||||||
|
"sass-loader": "^10.0.2",
|
||||||
|
"vue": "^2.6.12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vue/cli-plugin-babel": "^4.3.0",
|
"@vue/cli-plugin-babel": "^4.5.9",
|
||||||
"@vue/cli-plugin-pwa": "^4.3.0",
|
"@vue/cli-plugin-pwa": "^4.5.9",
|
||||||
"@vue/cli-service": "^4.3.0",
|
"@vue/cli-service": "^4.5.9",
|
||||||
"babel-plugin-component": "^1.1.1",
|
"babel-plugin-component": "^1.1.1",
|
||||||
"vue-cli-plugin-element": "^1.0.1",
|
"vue-cli-plugin-element": "^1.0.1",
|
||||||
"vue-template-compiler": "^2.6.11",
|
"vue-template-compiler": "^2.6.12",
|
||||||
"workerize-loader": "^1.1.0"
|
"workerize-loader": "^1.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -10,10 +10,10 @@
|
|||||||
<!--@formatter:on-->
|
<!--@formatter:on-->
|
||||||
<script async src="https://stats.ixarea.com/ixarea-stats.js"></script>
|
<script async src="https://stats.ixarea.com/ixarea-stats.js"></script>
|
||||||
<title>音乐解锁 - By IXarea</title>
|
<title>音乐解锁 - By IXarea</title>
|
||||||
<meta content="音乐,解锁,ncm,qmc,qmc0,qmc3,qmcflac,qmcogg,mflac,qq音乐,网易云音乐,加密" name="keywords"/>
|
<meta content="音乐,解锁,ncm,qmc,mgg,mflac,qq音乐,网易云音乐,加密" name="keywords"/>
|
||||||
<meta content="音乐解锁 - 在任何设备上解锁已购的加密音乐!" name="description"/>
|
<meta content="音乐解锁 - 在任何设备上解锁已购的加密音乐!" name="description"/>
|
||||||
<!--@formatter:off-->
|
<!--@formatter:off-->
|
||||||
<style>#loader{position:absolute;left:50%;top:50%;z-index:1010;margin:-75px 0 0 -75px;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #3498db;width:120px;height:120px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#loader-mask{position:absolute;width:100%;height:100%;bottom:0;left:0;right:0;top:0;z-index:1009;background-color:rgba(242,246,252,0.88)}</style>
|
<style>#loader{position:absolute;left:50%;top:50%;z-index:1010;margin:-75px 0 0 -75px;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #1db1ff;width:120px;height:120px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#loader-mask{text-align:center;position:absolute;width:100%;height:100%;bottom:0;left:0;right:0;top:0;z-index:1009;background-color:rgba(242,246,252,.88)}@media (prefers-color-scheme:dark){#loader-mask{color:#fff;background-color:rgba(0,0,0,.85)}#loader-mask a{color:#ddd}#loader-mask a:hover{color:#1db1ff}}#loader-source{font-size:1.5rem}#loader-tips-timeout{font-size:1.2rem}</style>
|
||||||
<!--@formatter:on-->
|
<!--@formatter:on-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -21,18 +21,20 @@
|
|||||||
<div id="loader-mask">
|
<div id="loader-mask">
|
||||||
<div id="loader"></div>
|
<div id="loader"></div>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
<h3 id="loader-js">请启用JavaScript</h3>
|
||||||
<img alt=""
|
<img alt=""
|
||||||
src="https://stats.ixarea.com/ixarea-stats/report?idsite=2&rec=1&action_name=音乐解锁+-+By+IXarea"
|
src="https://stats.ixarea.com/ixarea-stats/report?rec=1&action_name=音乐解锁-NoJS&idsite=2"
|
||||||
style="border:0"/>
|
style="border:0"/>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
<h3 id="loader-source"> 请勿直接运行源代码! </h3>
|
||||||
<div hidden id="loader-tips-outdated">
|
<div hidden id="loader-tips-outdated">
|
||||||
<h2>您可能在使用不受支持的<span style="color:#f00;">过时</span>浏览器,这可能导致此应用无法正常工作。</h2>
|
<h2>您可能在使用不受支持的<span style="color:#f00;">过时</span>浏览器,这可能导致此应用无法正常工作。</h2>
|
||||||
<h3>如果您使用双核浏览器,您可以尝试切换<span style="color:#f00;">“极速模式”</span>解决此问题。</h3>
|
<h3>如果您使用双核浏览器,您可以尝试切换到 <span style="color:#f00;">“极速模式”</span> 解决此问题。</h3>
|
||||||
<h3>或者,您可以尝试更换下方的几个浏览器之一。</h3>
|
<h3>或者,您可以尝试更换下方的几个浏览器之一。</h3>
|
||||||
</div>
|
</div>
|
||||||
<h3 hidden id="loader-tips-timeout">
|
<h3 hidden id="loader-tips-timeout">
|
||||||
音乐解锁采用了一些新特性!建议使用
|
音乐解锁采用了一些新特性!建议使用
|
||||||
<a href="https://www.microsoftedgeinsider.com/zh-cn/download" target="_blank">Microsoft Edge Chromium</a>
|
<a href="https://www.microsoft.com/zh-cn/edge" target="_blank">Microsoft Edge Chromium</a>
|
||||||
<a href="https://www.google.cn/chrome/" target="_blank">Google Chrome</a>
|
<a href="https://www.google.cn/chrome/" target="_blank">Google Chrome</a>
|
||||||
<a href="https://www.firefox.com.cn/" target="_blank">Mozilla Firefox</a>
|
<a href="https://www.firefox.com.cn/" target="_blank">Mozilla Firefox</a>
|
||||||
| <a href="https://github.com/ix64/unlock-music/wiki/使用提示" target="_blank">使用提示</a>
|
| <a href="https://github.com/ix64/unlock-music/wiki/使用提示" target="_blank">使用提示</a>
|
||||||
@@ -53,12 +55,12 @@
|
|||||||
var m;
|
var m;
|
||||||
if (!ua) return true;
|
if (!ua) return true;
|
||||||
if (/MSIE |Trident\//.exec(ua)) return true; // no IE
|
if (/MSIE |Trident\//.exec(ua)) return true; // no IE
|
||||||
m = /Edge\/([\d.]+)/.exec(ua); // Edge >= 16
|
m = /Edge\/([\d.]+)/.exec(ua); // Edge >= 17
|
||||||
if (m && Number(m[1]) < 16) return true;
|
if (m && Number(m[1]) < 17) return true;
|
||||||
m = /Chrome\/([\d.]+)/.exec(ua); // Chrome >= 50
|
m = /Chrome\/([\d.]+)/.exec(ua); // Chrome >= 58
|
||||||
if (m && Number(m[1]) < 50) return true;
|
if (m && Number(m[1]) < 58) return true;
|
||||||
m = /Firefox\/([\d.]+)/.exec(ua); // Firefox >= 38
|
m = /Firefox\/([\d.]+)/.exec(ua); // Firefox >= 45
|
||||||
return m && Number(m[1]) < 38;
|
return m && Number(m[1]) < 45;
|
||||||
})();
|
})();
|
||||||
if (detected) {
|
if (detected) {
|
||||||
document.getElementById('loader-tips-outdated').hidden = false;
|
document.getElementById('loader-tips-outdated').hidden = false;
|
||||||
@@ -67,4 +69,4 @@
|
|||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
BIN
public/static/kgm.mask
Normal file
BIN
public/static/kgm.mask
Normal file
Binary file not shown.
71
src/App.vue
71
src/App.vue
@@ -5,8 +5,8 @@
|
|||||||
<x-upload v-on:handle_error="showFail" v-on:handle_finish="showSuccess"></x-upload>
|
<x-upload v-on:handle_error="showFail" v-on:handle_finish="showSuccess"></x-upload>
|
||||||
|
|
||||||
<div id="app-control">
|
<div id="app-control">
|
||||||
<el-row style="padding-bottom: 1em; font-size: 14px">
|
<el-row class="mb-3">
|
||||||
歌曲命名格式:
|
<span>歌曲命名格式:</span>
|
||||||
<el-radio label="1" name="format" v-model="download_format">歌手-歌曲名</el-radio>
|
<el-radio label="1" name="format" v-model="download_format">歌手-歌曲名</el-radio>
|
||||||
<el-radio label="2" name="format" v-model="download_format">歌曲名</el-radio>
|
<el-radio label="2" name="format" v-model="download_format">歌曲名</el-radio>
|
||||||
<el-radio label="3" name="format" v-model="download_format">歌曲名-歌手</el-radio>
|
<el-radio label="3" name="format" v-model="download_format">歌曲名-歌手</el-radio>
|
||||||
@@ -16,18 +16,16 @@
|
|||||||
<el-button @click="handleDownloadAll" icon="el-icon-download" plain>下载全部</el-button>
|
<el-button @click="handleDownloadAll" icon="el-icon-download" plain>下载全部</el-button>
|
||||||
<el-button @click="handleDeleteAll" icon="el-icon-delete" plain type="danger">清除全部</el-button>
|
<el-button @click="handleDeleteAll" icon="el-icon-delete" plain type="danger">清除全部</el-button>
|
||||||
|
|
||||||
|
|
||||||
<el-tooltip class="item" effect="dark" placement="top-start">
|
<el-tooltip class="item" effect="dark" placement="top-start">
|
||||||
<div slot="content">
|
<div slot="content">
|
||||||
当您使用此工具进行大量文件解锁的时候,建议开启此选项。<br/>
|
当您使用此工具进行大量文件解锁的时候,建议开启此选项。<br/>
|
||||||
开启后,解锁结果将不会存留于浏览器中,防止内存不足。
|
开启后,解锁结果将不会存留于浏览器中,防止内存不足。
|
||||||
</div>
|
</div>
|
||||||
<el-checkbox border style="margin-left: 1em" v-model="instant_download">立即保存</el-checkbox>
|
<el-checkbox border class="ml-2" v-model="instant_download">立即保存</el-checkbox>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
|
|
||||||
|
|
||||||
</el-row>
|
</el-row>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<audio :autoplay="playing_auto" :src="playing_url" controls/>
|
<audio :autoplay="playing_auto" :src="playing_url" controls/>
|
||||||
|
|
||||||
<x-preview :download_format="download_format" :table-data="tableData"
|
<x-preview :download_format="download_format" :table-data="tableData"
|
||||||
@@ -41,10 +39,11 @@
|
|||||||
<a href="https://github.com/ix64/unlock-music/wiki/使用提示" target="_blank">使用提示</a>
|
<a href="https://github.com/ix64/unlock-music/wiki/使用提示" target="_blank">使用提示</a>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row>
|
<el-row>
|
||||||
目前支持网易云音乐(ncm)、QQ音乐(qmc, mflac, mgg, tkm)以及
|
目前支持网易云音乐(ncm), QQ音乐(qmc, mflac, mgg), 酷狗音乐(kgm), 虾米音乐(xm), 酷我音乐(.kwm)
|
||||||
<a href="https://github.com/ix64/unlock-music/blob/master/README.md" target="_blank">其他格式</a>。
|
<a href="https://github.com/ix64/unlock-music/blob/master/README.md" target="_blank">更多</a>。
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row>
|
<el-row>
|
||||||
|
<!--如果进行二次开发,此行版权信息不得移除且应明显地标注于页面上-->
|
||||||
<span>Copyright © 2019-</span><span v-text="(new Date()).getFullYear()"></span> MengYX
|
<span>Copyright © 2019-</span><span v-text="(new Date()).getFullYear()"></span> MengYX
|
||||||
音乐解锁使用
|
音乐解锁使用
|
||||||
<a href="https://github.com/ix64/unlock-music/blob/master/LICENSE" target="_blank">MIT许可协议</a>
|
<a href="https://github.com/ix64/unlock-music/blob/master/LICENSE" target="_blank">MIT许可协议</a>
|
||||||
@@ -61,6 +60,7 @@
|
|||||||
import preview from "./component/preview"
|
import preview from "./component/preview"
|
||||||
import {DownloadBlobMusic, RemoveBlobMusic} from "./component/util"
|
import {DownloadBlobMusic, RemoveBlobMusic} from "./component/util"
|
||||||
import config from "../package"
|
import config from "../package"
|
||||||
|
import {IXAREA_API_ENDPOINT} from "./decrypt/util";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'app',
|
name: 'app',
|
||||||
@@ -90,23 +90,24 @@
|
|||||||
if (!!mask) mask.remove();
|
if (!!mask) mask.remove();
|
||||||
let updateInfo;
|
let updateInfo;
|
||||||
try {
|
try {
|
||||||
const resp = await fetch("https://stats.ixarea.com/collect/music/app-version", {
|
const resp = await fetch(IXAREA_API_ENDPOINT + "/music/app-version", {
|
||||||
method: "POST", headers: {"Content-Type": "application/json"},
|
method: "POST", headers: {"Content-Type": "application/json"},
|
||||||
body: JSON.stringify({Version: this.version})
|
body: JSON.stringify({"Version": this.version})
|
||||||
});
|
});
|
||||||
updateInfo = await resp.json();
|
updateInfo = await resp.json();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
}
|
}
|
||||||
if (!!updateInfo && !!updateInfo.Found) {
|
if ((!!updateInfo && process.env.NODE_ENV === 'production') && (!!updateInfo.HttpsFound ||
|
||||||
this.$notify.warning({
|
(!!updateInfo.Found && window.location.protocol !== "https:"))) {
|
||||||
title: '发现更新',
|
this.$notify.warning({
|
||||||
message: '发现新版本 v' + updateInfo.Version +
|
title: '发现更新',
|
||||||
'<br/>更新详情:' + updateInfo.Detail +
|
message: '发现新版本 v' + updateInfo.Version +
|
||||||
'<br/><a target="_blank" href="' + updateInfo.URL + '">获取更新</a>',
|
'<br/>更新详情:' + updateInfo.Detail +
|
||||||
dangerouslyUseHTMLString: true,
|
'<br/><a target="_blank" href="' + updateInfo.URL + '">获取更新</a>',
|
||||||
duration: 15000,
|
dangerouslyUseHTMLString: true,
|
||||||
position: 'top-left'
|
duration: 15000,
|
||||||
});
|
position: 'top-left'
|
||||||
|
});
|
||||||
} else {
|
} else {
|
||||||
this.$notify.info({
|
this.$notify.info({
|
||||||
title: '离线使用',
|
title: '离线使用',
|
||||||
@@ -175,35 +176,9 @@
|
|||||||
}, 300);
|
}, 300);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style lang="scss">
|
||||||
#app {
|
@import "scss/unlock-music";
|
||||||
font-family: "Helvetica Neue", Helvetica, "PingFang SC",
|
|
||||||
"Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
text-align: center;
|
|
||||||
color: #2c3e50;
|
|
||||||
padding-top: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#app-footer a {
|
|
||||||
padding-left: 0.2em;
|
|
||||||
padding-right: 0.2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#app-footer {
|
|
||||||
text-align: center;
|
|
||||||
font-size: small;
|
|
||||||
}
|
|
||||||
|
|
||||||
#app-control {
|
|
||||||
padding-top: 1em;
|
|
||||||
padding-bottom: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="歌曲">
|
<el-table-column label="歌曲">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span style="margin-left: 10px">{{ scope.row.title }}</span>
|
<span>{{ scope.row.title }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="歌手">
|
<el-table-column label="歌手">
|
||||||
|
@@ -47,12 +47,12 @@
|
|||||||
this.idle_workers.push(0);
|
this.idle_workers.push(0);
|
||||||
// delay to optimize for first loading
|
// delay to optimize for first loading
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
for (let i = 1; i < this.thread_num; i++) {
|
for (let i = 1; i < this.thread_num; i++) {
|
||||||
// noinspection JSValidateTypes,JSUnresolvedVariable
|
// noinspection JSValidateTypes,JSUnresolvedVariable
|
||||||
this.workers.push(worker().CommonDecrypt);
|
this.workers.push(worker().CommonDecrypt);
|
||||||
this.idle_workers.push(i);
|
this.idle_workers.push(i);
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 5000);
|
||||||
} else {
|
} else {
|
||||||
const dec = require('../decrypt/common');
|
const dec = require('../decrypt/common');
|
||||||
this.workers.push(dec.CommonDecrypt);
|
this.workers.push(dec.CommonDecrypt);
|
||||||
|
@@ -1,7 +1,10 @@
|
|||||||
const NcmDecrypt = require("./ncm");
|
const NcmDecrypt = require("./ncm");
|
||||||
|
const KwmDecrypt = require("./kwm");
|
||||||
|
const XmDecrypt = require("./xm");
|
||||||
const QmcDecrypt = require("./qmc");
|
const QmcDecrypt = require("./qmc");
|
||||||
const RawDecrypt = require("./raw");
|
const RawDecrypt = require("./raw");
|
||||||
const TmDecrypt = require("./tm");
|
const TmDecrypt = require("./tm");
|
||||||
|
const KgmDecrypt = require("./kgm");
|
||||||
|
|
||||||
export async function CommonDecrypt(file) {
|
export async function CommonDecrypt(file) {
|
||||||
let raw_ext = file.name.substring(file.name.lastIndexOf(".") + 1, file.name.length).toLowerCase();
|
let raw_ext = file.name.substring(file.name.lastIndexOf(".") + 1, file.name.length).toLowerCase();
|
||||||
@@ -11,9 +14,16 @@ export async function CommonDecrypt(file) {
|
|||||||
case "ncm":// Netease Mp3/Flac
|
case "ncm":// Netease Mp3/Flac
|
||||||
rt_data = await NcmDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
rt_data = await NcmDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
||||||
break;
|
break;
|
||||||
case "mp3":// Raw Mp3
|
case "kwm":// Kuwo Mp3/Flac
|
||||||
case "flac"://Raw Flac
|
rt_data = await KwmDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
||||||
case "m4a":// Raw M4a
|
break
|
||||||
|
case "xm": // Xiami Wav/M4a/Mp3/Flac
|
||||||
|
case "wav":// Xiami/Raw Wav
|
||||||
|
case "mp3":// Xiami/Raw Mp3
|
||||||
|
case "flac":// Xiami/Raw Flac
|
||||||
|
case "m4a":// Xiami/Raw M4a
|
||||||
|
rt_data = await XmDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
||||||
|
break;
|
||||||
case "ogg":// Raw Ogg
|
case "ogg":// Raw Ogg
|
||||||
rt_data = await RawDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
rt_data = await RawDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
||||||
break;
|
break;
|
||||||
@@ -31,18 +41,28 @@ export async function CommonDecrypt(file) {
|
|||||||
case "bkcflac"://Moo Music Flac
|
case "bkcflac"://Moo Music Flac
|
||||||
case "mflac"://QQ Music Desktop Flac
|
case "mflac"://QQ Music Desktop Flac
|
||||||
case "mgg": //QQ Music Desktop Ogg
|
case "mgg": //QQ Music Desktop Ogg
|
||||||
|
case "666c6163"://QQ Music Weiyun Flac
|
||||||
|
case "6d7033"://QQ Music Weiyun Mp3
|
||||||
|
case "6f6767"://QQ Music Weiyun Ogg
|
||||||
|
case "6d3461"://QQ Music Weiyun M4a
|
||||||
|
case "776176"://QQ Music Weiyun Wav
|
||||||
rt_data = await QmcDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
rt_data = await QmcDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
||||||
break;
|
break;
|
||||||
case "tm2":// QQ Music IOS M4a
|
case "tm2":// QQ Music IOS M4a
|
||||||
case "tm6":// QQ Music IOS M4a
|
case "tm6":// QQ Music IOS M4a
|
||||||
rt_data = await TmDecrypt.Decrypt(file.raw, raw_filename);
|
rt_data = await TmDecrypt.Decrypt(file.raw, raw_filename);
|
||||||
break;
|
break;
|
||||||
|
case "vpr":
|
||||||
|
case "kgm":
|
||||||
|
case "kgma":
|
||||||
|
rt_data = await KgmDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
||||||
|
break
|
||||||
default:
|
default:
|
||||||
rt_data = {status: false, message: "不支持此文件格式",}
|
rt_data = {status: false, message: "不支持此文件格式",}
|
||||||
}
|
}
|
||||||
|
|
||||||
rt_data.rawExt = raw_ext;
|
if (!rt_data.rawExt) rt_data.rawExt = raw_ext;
|
||||||
rt_data.rawFilename = raw_filename;
|
if (!rt_data.rawFilename) rt_data.rawFilename = raw_filename;
|
||||||
|
console.log(rt_data);
|
||||||
return rt_data;
|
return rt_data;
|
||||||
}
|
}
|
||||||
|
120
src/decrypt/kgm.js
Normal file
120
src/decrypt/kgm.js
Normal file
@@ -0,0 +1,120 @@
|
|||||||
|
import {AudioMimeType, DetectAudioExt, GetArrayBuffer, GetFileInfo, GetMetaCoverURL, IsBytesEqual} from "./util";
|
||||||
|
|
||||||
|
const musicMetadata = require("music-metadata-browser");
|
||||||
|
const VprHeader = [
|
||||||
|
0x05, 0x28, 0xBC, 0x96, 0xE9, 0xE4, 0x5A, 0x43,
|
||||||
|
0x91, 0xAA, 0xBD, 0xD0, 0x7A, 0xF5, 0x36, 0x31]
|
||||||
|
const KgmHeader = [
|
||||||
|
0x7C, 0xD5, 0x32, 0xEB, 0x86, 0x02, 0x7F, 0x4B,
|
||||||
|
0xA8, 0xAF, 0xA6, 0x8E, 0x0F, 0xFF, 0x99, 0x14]
|
||||||
|
const VprMaskDiff = [0x25, 0xDF, 0xE8, 0xA6, 0x75, 0x1E, 0x75, 0x0E,
|
||||||
|
0x2F, 0x80, 0xF3, 0x2D, 0xB8, 0xB6, 0xE3, 0x11,
|
||||||
|
0x00]
|
||||||
|
|
||||||
|
export async function Decrypt(file, raw_filename, raw_ext) {
|
||||||
|
try {
|
||||||
|
if (window.location.protocol === "file:") {
|
||||||
|
return {
|
||||||
|
status: false,
|
||||||
|
message: "请使用<a target='_blank' href='https://github.com/ix64/unlock-music/wiki/其他音乐格式工具'>CLI版本</a>进行解锁"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} catch {
|
||||||
|
}
|
||||||
|
const oriData = new Uint8Array(await GetArrayBuffer(file));
|
||||||
|
if (raw_ext === "vpr") {
|
||||||
|
if (!IsBytesEqual(VprHeader, oriData.slice(0, 0x10)))
|
||||||
|
return {status: false, message: "Not a valid vpr file!"}
|
||||||
|
} else {
|
||||||
|
if (!IsBytesEqual(KgmHeader, oriData.slice(0, 0x10)))
|
||||||
|
return {status: false, message: "Not a valid kgm/kgma file!"}
|
||||||
|
}
|
||||||
|
let bHeaderLen = new DataView(oriData.slice(0x10, 0x14).buffer)
|
||||||
|
let headerLen = bHeaderLen.getUint32(0, true)
|
||||||
|
|
||||||
|
let audioData = oriData.slice(headerLen)
|
||||||
|
let dataLen = audioData.length
|
||||||
|
if (audioData.byteLength > 1 << 26) {
|
||||||
|
return {
|
||||||
|
status: false,
|
||||||
|
message: "文件过大,请使用<a target='_blank' href='https://github.com/ix64/unlock-music/wiki/其他音乐格式工具'>CLI版本</a>进行解锁"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
let key1 = new Uint8Array(17)
|
||||||
|
key1.set(oriData.slice(0x1c, 0x2c), 0)
|
||||||
|
if (MaskV2 == null) {
|
||||||
|
if (!await LoadMaskV2()) {
|
||||||
|
return {status: false, message: "加载Kgm/Vpr Mask数据失败"}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
for (let i = 0; i < dataLen; i++) {
|
||||||
|
let med8 = key1[i % 17] ^ audioData[i]
|
||||||
|
med8 ^= (med8 & 0xf) << 4
|
||||||
|
|
||||||
|
let msk8 = GetMask(i)
|
||||||
|
msk8 ^= (msk8 & 0xf) << 4
|
||||||
|
audioData[i] = med8 ^ msk8
|
||||||
|
}
|
||||||
|
if (raw_ext === "vpr") {
|
||||||
|
for (let i = 0; i < dataLen; i++) audioData[i] ^= VprMaskDiff[i % 17]
|
||||||
|
}
|
||||||
|
|
||||||
|
const ext = DetectAudioExt(audioData, "mp3");
|
||||||
|
const mime = AudioMimeType[ext];
|
||||||
|
let musicBlob = new Blob([audioData], {type: mime});
|
||||||
|
const musicMeta = await musicMetadata.parseBlob(musicBlob);
|
||||||
|
const info = GetFileInfo(musicMeta.common.artist, musicMeta.common.title, raw_filename);
|
||||||
|
const imgUrl = GetMetaCoverURL(musicMeta);
|
||||||
|
return {
|
||||||
|
status: true,
|
||||||
|
title: info.title,
|
||||||
|
artist: info.artist,
|
||||||
|
ext: ext,
|
||||||
|
album: musicMeta.common.album,
|
||||||
|
picture: imgUrl,
|
||||||
|
file: URL.createObjectURL(musicBlob),
|
||||||
|
mime: mime
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function GetMask(pos) {
|
||||||
|
return MaskV2PreDef[pos % 272] ^ MaskV2[pos >> 4]
|
||||||
|
}
|
||||||
|
|
||||||
|
let MaskV2 = null;
|
||||||
|
|
||||||
|
async function LoadMaskV2() {
|
||||||
|
try {
|
||||||
|
let resp = await fetch("./static/kgm.mask", {
|
||||||
|
method: "GET"
|
||||||
|
})
|
||||||
|
MaskV2 = new Uint8Array(await resp.arrayBuffer());
|
||||||
|
return true
|
||||||
|
} catch (e) {
|
||||||
|
console.error(e)
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const MaskV2PreDef = [
|
||||||
|
0xB8, 0xD5, 0x3D, 0xB2, 0xE9, 0xAF, 0x78, 0x8C, 0x83, 0x33, 0x71, 0x51, 0x76, 0xA0, 0xCD, 0x37,
|
||||||
|
0x2F, 0x3E, 0x35, 0x8D, 0xA9, 0xBE, 0x98, 0xB7, 0xE7, 0x8C, 0x22, 0xCE, 0x5A, 0x61, 0xDF, 0x68,
|
||||||
|
0x69, 0x89, 0xFE, 0xA5, 0xB6, 0xDE, 0xA9, 0x77, 0xFC, 0xC8, 0xBD, 0xBD, 0xE5, 0x6D, 0x3E, 0x5A,
|
||||||
|
0x36, 0xEF, 0x69, 0x4E, 0xBE, 0xE1, 0xE9, 0x66, 0x1C, 0xF3, 0xD9, 0x02, 0xB6, 0xF2, 0x12, 0x9B,
|
||||||
|
0x44, 0xD0, 0x6F, 0xB9, 0x35, 0x89, 0xB6, 0x46, 0x6D, 0x73, 0x82, 0x06, 0x69, 0xC1, 0xED, 0xD7,
|
||||||
|
0x85, 0xC2, 0x30, 0xDF, 0xA2, 0x62, 0xBE, 0x79, 0x2D, 0x62, 0x62, 0x3D, 0x0D, 0x7E, 0xBE, 0x48,
|
||||||
|
0x89, 0x23, 0x02, 0xA0, 0xE4, 0xD5, 0x75, 0x51, 0x32, 0x02, 0x53, 0xFD, 0x16, 0x3A, 0x21, 0x3B,
|
||||||
|
0x16, 0x0F, 0xC3, 0xB2, 0xBB, 0xB3, 0xE2, 0xBA, 0x3A, 0x3D, 0x13, 0xEC, 0xF6, 0x01, 0x45, 0x84,
|
||||||
|
0xA5, 0x70, 0x0F, 0x93, 0x49, 0x0C, 0x64, 0xCD, 0x31, 0xD5, 0xCC, 0x4C, 0x07, 0x01, 0x9E, 0x00,
|
||||||
|
0x1A, 0x23, 0x90, 0xBF, 0x88, 0x1E, 0x3B, 0xAB, 0xA6, 0x3E, 0xC4, 0x73, 0x47, 0x10, 0x7E, 0x3B,
|
||||||
|
0x5E, 0xBC, 0xE3, 0x00, 0x84, 0xFF, 0x09, 0xD4, 0xE0, 0x89, 0x0F, 0x5B, 0x58, 0x70, 0x4F, 0xFB,
|
||||||
|
0x65, 0xD8, 0x5C, 0x53, 0x1B, 0xD3, 0xC8, 0xC6, 0xBF, 0xEF, 0x98, 0xB0, 0x50, 0x4F, 0x0F, 0xEA,
|
||||||
|
0xE5, 0x83, 0x58, 0x8C, 0x28, 0x2C, 0x84, 0x67, 0xCD, 0xD0, 0x9E, 0x47, 0xDB, 0x27, 0x50, 0xCA,
|
||||||
|
0xF4, 0x63, 0x63, 0xE8, 0x97, 0x7F, 0x1B, 0x4B, 0x0C, 0xC2, 0xC1, 0x21, 0x4C, 0xCC, 0x58, 0xF5,
|
||||||
|
0x94, 0x52, 0xA3, 0xF3, 0xD3, 0xE0, 0x68, 0xF4, 0x00, 0x23, 0xF3, 0x5E, 0x0A, 0x7B, 0x93, 0xDD,
|
||||||
|
0xAB, 0x12, 0xB2, 0x13, 0xE8, 0x84, 0xD7, 0xA7, 0x9F, 0x0F, 0x32, 0x4C, 0x55, 0x1D, 0x04, 0x36,
|
||||||
|
0x52, 0xDC, 0x03, 0xF3, 0xF9, 0x4E, 0x42, 0xE9, 0x3D, 0x61, 0xEF, 0x7C, 0xB6, 0xB3, 0x93, 0x50,
|
||||||
|
]
|
||||||
|
|
66
src/decrypt/kwm.js
Normal file
66
src/decrypt/kwm.js
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
import {AudioMimeType, DetectAudioExt, GetArrayBuffer, GetFileInfo, GetMetaCoverURL, IsBytesEqual} from "./util";
|
||||||
|
|
||||||
|
const musicMetadata = require("music-metadata-browser");
|
||||||
|
const MagicHeader = [
|
||||||
|
0x79, 0x65, 0x65, 0x6C, 0x69, 0x6F, 0x6E, 0x2D,
|
||||||
|
0x6B, 0x75, 0x77, 0x6F, 0x2D, 0x74, 0x6D, 0x65,
|
||||||
|
]
|
||||||
|
const PreDefinedKey = "MoOtOiTvINGwd2E6n0E1i7L5t2IoOoNk"
|
||||||
|
|
||||||
|
export async function Decrypt(file, raw_filename, raw_ext) {
|
||||||
|
const oriData = new Uint8Array(await GetArrayBuffer(file));
|
||||||
|
if (!IsBytesEqual(MagicHeader, oriData.slice(0, 0x10)))
|
||||||
|
return {status: false, message: "Not a valid kwm file!"}
|
||||||
|
|
||||||
|
let fileKey = oriData.slice(0x18, 0x20)
|
||||||
|
let mask = createMaskFromKey(fileKey)
|
||||||
|
let audioData = oriData.slice(0x400);
|
||||||
|
let lenAudioData = audioData.length;
|
||||||
|
for (let cur = 0; cur < lenAudioData; ++cur)
|
||||||
|
audioData[cur] ^= mask[cur % 0x20];
|
||||||
|
|
||||||
|
|
||||||
|
const ext = DetectAudioExt(audioData, "mp3");
|
||||||
|
const mime = AudioMimeType[ext];
|
||||||
|
let musicBlob = new Blob([audioData], {type: mime});
|
||||||
|
|
||||||
|
const musicMeta = await musicMetadata.parseBlob(musicBlob);
|
||||||
|
const info = GetFileInfo(musicMeta.common.artist, musicMeta.common.title, raw_filename);
|
||||||
|
|
||||||
|
const imgUrl = GetMetaCoverURL(musicMeta);
|
||||||
|
|
||||||
|
return {
|
||||||
|
status: true,
|
||||||
|
title: info.title,
|
||||||
|
artist: info.artist,
|
||||||
|
ext: ext,
|
||||||
|
album: musicMeta.common.album,
|
||||||
|
picture: imgUrl,
|
||||||
|
file: URL.createObjectURL(musicBlob),
|
||||||
|
mime: mime
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function createMaskFromKey(keyBytes) {
|
||||||
|
let keyView = new DataView(keyBytes.buffer)
|
||||||
|
let keyStr = keyView.getBigUint64(0, true).toString()
|
||||||
|
let keyStrTrim = trimKey(keyStr)
|
||||||
|
let key = new Uint8Array(32)
|
||||||
|
for (let i = 0; i < 32; i++) {
|
||||||
|
key[i] = PreDefinedKey[i].charCodeAt() ^ keyStrTrim[i].charCodeAt()
|
||||||
|
}
|
||||||
|
return key
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function trimKey(keyRaw) {
|
||||||
|
let lenRaw = keyRaw.length;
|
||||||
|
let out = keyRaw;
|
||||||
|
if (lenRaw > 32) {
|
||||||
|
out = keyRaw.slice(0, 32)
|
||||||
|
} else if (lenRaw < 32) {
|
||||||
|
out = keyRaw.padEnd(32, keyRaw)
|
||||||
|
}
|
||||||
|
return out
|
||||||
|
}
|
@@ -1,14 +1,26 @@
|
|||||||
const CryptoJS = require("crypto-js");
|
const CryptoJS = require("crypto-js");
|
||||||
|
const MetaFlac = require('metaflac-js');
|
||||||
const CORE_KEY = CryptoJS.enc.Hex.parse("687a4852416d736f356b496e62617857");
|
const CORE_KEY = CryptoJS.enc.Hex.parse("687a4852416d736f356b496e62617857");
|
||||||
const META_KEY = CryptoJS.enc.Hex.parse("2331346C6A6B5F215C5D2630553C2728");
|
const META_KEY = CryptoJS.enc.Hex.parse("2331346C6A6B5F215C5D2630553C2728");
|
||||||
import {AudioMimeType, DetectAudioExt, GetArrayBuffer, GetFileInfo, GetWebImage, WriteMp3Meta} from "./util"
|
const MagicHeader = [0x43, 0x54, 0x45, 0x4E, 0x46, 0x44, 0x41, 0x4D];
|
||||||
|
const musicMetadata = require("music-metadata-browser");
|
||||||
|
import jimp from 'jimp';
|
||||||
|
|
||||||
|
import {
|
||||||
|
AudioMimeType,
|
||||||
|
DetectAudioExt,
|
||||||
|
GetArrayBuffer,
|
||||||
|
GetFileInfo,
|
||||||
|
GetWebImage,
|
||||||
|
IsBytesEqual,
|
||||||
|
WriteMp3Meta
|
||||||
|
} from "./util"
|
||||||
|
|
||||||
export async function Decrypt(file, raw_filename, raw_ext) {
|
export async function Decrypt(file, raw_filename, raw_ext) {
|
||||||
const fileBuffer = await GetArrayBuffer(file);
|
const fileBuffer = await GetArrayBuffer(file);
|
||||||
const dataView = new DataView(fileBuffer);
|
const dataView = new DataView(fileBuffer);
|
||||||
|
|
||||||
if (dataView.getUint32(0, true) !== 0x4e455443 ||
|
if (!IsBytesEqual(MagicHeader, new Uint8Array(fileBuffer, 0, 8)))
|
||||||
dataView.getUint32(4, true) !== 0x4d414446)
|
|
||||||
return {status: false, message: "此ncm文件已损坏"};
|
return {status: false, message: "此ncm文件已损坏"};
|
||||||
|
|
||||||
const keyDataObj = getKeyData(dataView, fileBuffer, 10);
|
const keyDataObj = getKeyData(dataView, fileBuffer, 10);
|
||||||
@@ -19,24 +31,52 @@ export async function Decrypt(file, raw_filename, raw_ext) {
|
|||||||
let audioOffset = musicMetaObj.offset + dataView.getUint32(musicMetaObj.offset + 5, true) + 13;
|
let audioOffset = musicMetaObj.offset + dataView.getUint32(musicMetaObj.offset + 5, true) + 13;
|
||||||
let audioData = new Uint8Array(fileBuffer, audioOffset);
|
let audioData = new Uint8Array(fileBuffer, audioOffset);
|
||||||
|
|
||||||
for (let cur = 0; cur < audioData.length; ++cur) audioData[cur] ^= keyBox[cur & 0xff];
|
let lenAudioData = audioData.length;
|
||||||
|
for (let cur = 0; cur < lenAudioData; ++cur) audioData[cur] ^= keyBox[cur & 0xff];
|
||||||
|
|
||||||
if (musicMeta.album === undefined) musicMeta.album = "";
|
if (musicMeta.album === undefined) musicMeta.album = "";
|
||||||
|
|
||||||
const artists = [];
|
const artists = [];
|
||||||
if (!!musicMeta.artist) musicMeta.artist.forEach(arr => artists.push(arr[0]));
|
if (!!musicMeta.artist) musicMeta.artist.forEach(arr => artists.push(arr[0]));
|
||||||
const info = GetFileInfo(artists.join(" & "), musicMeta.musicName, raw_filename);
|
const info = GetFileInfo(artists.join("; "), musicMeta.musicName, raw_filename);
|
||||||
if (artists.length === 0) artists.push(info.artist);
|
if (artists.length === 0) artists.push(info.artist);
|
||||||
|
|
||||||
if (musicMeta.format === undefined) musicMeta.format = DetectAudioExt(audioData, "mp3");
|
if (musicMeta.format === undefined) musicMeta.format = DetectAudioExt(audioData, "mp3");
|
||||||
|
console.log(musicMeta)
|
||||||
|
|
||||||
const imageInfo = await GetWebImage(musicMeta.albumPic);
|
const imageInfo = await GetWebImage(musicMeta.albumPic);
|
||||||
if (musicMeta.format === "mp3") audioData = await WriteMp3Meta(
|
while (!!imageInfo.buffer && imageInfo.buffer.byteLength >= 16 * 1024 * 1024) {
|
||||||
audioData, artists, info.title, musicMeta.album, imageInfo.buffer, musicMeta.albumPic);
|
let img = await jimp.read(imageInfo.buffer)
|
||||||
|
await img.resize(Math.round(img.getHeight() / 2), jimp.AUTO)
|
||||||
|
imageInfo.buffer = await img.getBufferAsync("image/jpeg")
|
||||||
|
}
|
||||||
|
console.log(imageInfo)
|
||||||
|
const mime = AudioMimeType[musicMeta.format]
|
||||||
|
try {
|
||||||
|
let musicBlob = new Blob([audioData], {type: mime});
|
||||||
|
const originalMeta = await musicMetadata.parseBlob(musicBlob);
|
||||||
|
console.log(originalMeta)
|
||||||
|
let shouldWrite = !originalMeta.common.album && !originalMeta.common.artists && !originalMeta.common.title
|
||||||
|
if (musicMeta.format === "mp3") {
|
||||||
|
audioData = await WriteMp3Meta(
|
||||||
|
audioData, artists, info.title, musicMeta.album, imageInfo.buffer, musicMeta.albumPic, shouldWrite ? null : originalMeta)
|
||||||
|
} else if (musicMeta.format === "flac") {
|
||||||
|
const writer = new MetaFlac(Buffer.from(audioData))
|
||||||
|
if (shouldWrite) {
|
||||||
|
writer.setTag("TITLE=" + info.title)
|
||||||
|
writer.setTag("ALBUM=" + musicMeta.album)
|
||||||
|
writer.removeTag("ARTIST")
|
||||||
|
artists.forEach(artist => writer.setTag("ARTIST=" + artist))
|
||||||
|
}
|
||||||
|
writer.importPictureFromBuffer(Buffer.from(imageInfo.buffer))
|
||||||
|
audioData = writer.save()
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
console.warn("Error while appending cover image to file " + e)
|
||||||
|
}
|
||||||
|
|
||||||
|
const musicData = new Blob([audioData], {type: mime})
|
||||||
|
|
||||||
const mime = AudioMimeType[musicMeta.format];
|
|
||||||
const musicData = new Blob([audioData], {type: mime});
|
|
||||||
return {
|
return {
|
||||||
status: true,
|
status: true,
|
||||||
title: info.title,
|
title: info.title,
|
||||||
@@ -46,7 +86,7 @@ export async function Decrypt(file, raw_filename, raw_ext) {
|
|||||||
picture: imageInfo.url,
|
picture: imageInfo.url,
|
||||||
file: URL.createObjectURL(musicData),
|
file: URL.createObjectURL(musicData),
|
||||||
mime: mime
|
mime: mime
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -131,7 +171,9 @@ function getMetaData(dataView, fileBuffer, offset) {
|
|||||||
if (plainText.slice(0, labelIndex) === "dj") {
|
if (plainText.slice(0, labelIndex) === "dj") {
|
||||||
result = result.mainMusic;
|
result = result.mainMusic;
|
||||||
}
|
}
|
||||||
result.albumPic = result.albumPic.replace("http:", "https:");
|
if (!!result.albumPic && result.albumPic !== "")
|
||||||
|
result.albumPic = result.albumPic.replace("http://", "https://") + "?param=500y500";
|
||||||
|
|
||||||
return {data: result, offset: offset};
|
return {data: result, offset: offset};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,7 +1,22 @@
|
|||||||
import {AudioMimeType, DetectAudioExt, GetArrayBuffer, GetFileInfo, GetMetaCoverURL, RequestJsonp} from "./util";
|
import {
|
||||||
|
AudioMimeType,
|
||||||
|
DetectAudioExt,
|
||||||
|
GetArrayBuffer,
|
||||||
|
GetFileInfo,
|
||||||
|
GetMetaCoverURL,
|
||||||
|
GetWebImage,
|
||||||
|
IXAREA_API_ENDPOINT,
|
||||||
|
WriteMp3Meta
|
||||||
|
} from "./util";
|
||||||
import {QmcMaskCreate58, QmcMaskDetectMflac, QmcMaskDetectMgg, QmcMaskGetDefault} from "./qmcMask";
|
import {QmcMaskCreate58, QmcMaskDetectMflac, QmcMaskDetectMgg, QmcMaskGetDefault} from "./qmcMask";
|
||||||
|
import {fromByteArray as Base64Encode, toByteArray as Base64Decode} from 'base64-js'
|
||||||
|
|
||||||
import {decode} from "iconv-lite"
|
const MetaFlac = require('metaflac-js');
|
||||||
|
|
||||||
|
const ID3Writer = require("browser-id3-writer");
|
||||||
|
|
||||||
|
const iconv = require('iconv-lite');
|
||||||
|
const decode = iconv.decode
|
||||||
|
|
||||||
const musicMetadata = require("music-metadata-browser");
|
const musicMetadata = require("music-metadata-browser");
|
||||||
|
|
||||||
@@ -15,7 +30,12 @@ const HandlerMap = {
|
|||||||
"qmcflac": {handler: QmcMaskGetDefault, ext: "flac", detect: false},
|
"qmcflac": {handler: QmcMaskGetDefault, ext: "flac", detect: false},
|
||||||
"bkcmp3": {handler: QmcMaskGetDefault, ext: "mp3", detect: false},
|
"bkcmp3": {handler: QmcMaskGetDefault, ext: "mp3", detect: false},
|
||||||
"bkcflac": {handler: QmcMaskGetDefault, ext: "flac", detect: false},
|
"bkcflac": {handler: QmcMaskGetDefault, ext: "flac", detect: false},
|
||||||
"tkm": {handler: QmcMaskGetDefault, ext: "m4a", detect: false}
|
"tkm": {handler: QmcMaskGetDefault, ext: "m4a", detect: false},
|
||||||
|
"666c6163": {handler: QmcMaskGetDefault, ext: "flac", detect: false},
|
||||||
|
"6d7033": {handler: QmcMaskGetDefault, ext: "mp3", detect: false},
|
||||||
|
"6f6767": {handler: QmcMaskGetDefault, ext: "ogg", detect: false},
|
||||||
|
"6d3461": {handler: QmcMaskGetDefault, ext: "m4a", detect: false},
|
||||||
|
"776176": {handler: QmcMaskGetDefault, ext: "wav", detect: false}
|
||||||
};
|
};
|
||||||
|
|
||||||
export async function Decrypt(file, raw_filename, raw_ext) {
|
export async function Decrypt(file, raw_filename, raw_ext) {
|
||||||
@@ -25,11 +45,13 @@ export async function Decrypt(file, raw_filename, raw_ext) {
|
|||||||
const fileData = new Uint8Array(await GetArrayBuffer(file));
|
const fileData = new Uint8Array(await GetArrayBuffer(file));
|
||||||
let audioData, seed, keyData;
|
let audioData, seed, keyData;
|
||||||
if (handler.detect) {
|
if (handler.detect) {
|
||||||
audioData = fileData.slice(0, -0x170);
|
const keyLen = new DataView(fileData.slice(fileData.length - 4).buffer).getUint32(0, true)
|
||||||
|
const keyPos = fileData.length - 4 - keyLen;
|
||||||
|
audioData = fileData.slice(0, keyPos);
|
||||||
seed = handler.handler(audioData);
|
seed = handler.handler(audioData);
|
||||||
keyData = fileData.slice(-0x170);
|
keyData = fileData.slice(keyPos, keyPos + keyLen);
|
||||||
if (seed === undefined) seed = await queryKeyInfo(keyData, raw_filename, raw_ext);
|
if (seed === undefined) seed = await queryKeyInfo(keyData, raw_filename, raw_ext);
|
||||||
if (seed === undefined) return {status: false, message: raw_ext + "格式仅提供实验性支持!"};
|
if (seed === undefined) return {status: false, message: raw_ext + "格式仅提供实验性支持"};
|
||||||
} else {
|
} else {
|
||||||
audioData = fileData;
|
audioData = fileData;
|
||||||
seed = handler.handler(audioData);
|
seed = handler.handler(audioData);
|
||||||
@@ -44,13 +66,13 @@ export async function Decrypt(file, raw_filename, raw_ext) {
|
|||||||
const musicMeta = await musicMetadata.parseBlob(musicBlob);
|
const musicMeta = await musicMetadata.parseBlob(musicBlob);
|
||||||
for (let metaIdx in musicMeta.native) {
|
for (let metaIdx in musicMeta.native) {
|
||||||
if (musicMeta.native[metaIdx].some(item => item.id === "TCON" && item.value === "(12)")) {
|
if (musicMeta.native[metaIdx].some(item => item.id === "TCON" && item.value === "(12)")) {
|
||||||
|
console.warn("The metadata is using gbk encoding")
|
||||||
musicMeta.common.artist = decode(musicMeta.common.artist, "gbk");
|
musicMeta.common.artist = decode(musicMeta.common.artist, "gbk");
|
||||||
musicMeta.common.title = decode(musicMeta.common.title, "gbk");
|
musicMeta.common.title = decode(musicMeta.common.title, "gbk");
|
||||||
musicMeta.common.album = decode(musicMeta.common.album, "gbk");
|
musicMeta.common.album = decode(musicMeta.common.album, "gbk");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//todo: Use artists list to replace artist
|
|
||||||
const info = GetFileInfo(musicMeta.common.artist, musicMeta.common.title, raw_filename);
|
const info = GetFileInfo(musicMeta.common.artist, musicMeta.common.title, raw_filename);
|
||||||
if (handler.detect) reportKeyUsage(keyData, seed.Matrix128,
|
if (handler.detect) reportKeyUsage(keyData, seed.Matrix128,
|
||||||
info.artist, info.title, musicMeta.common.album, raw_filename, raw_ext);
|
info.artist, info.title, musicMeta.common.album, raw_filename, raw_ext);
|
||||||
@@ -58,7 +80,29 @@ export async function Decrypt(file, raw_filename, raw_ext) {
|
|||||||
let imgUrl = GetMetaCoverURL(musicMeta);
|
let imgUrl = GetMetaCoverURL(musicMeta);
|
||||||
if (imgUrl === "") {
|
if (imgUrl === "") {
|
||||||
imgUrl = await queryAlbumCoverImage(info.artist, info.title, musicMeta.common.album);
|
imgUrl = await queryAlbumCoverImage(info.artist, info.title, musicMeta.common.album);
|
||||||
//todo: 解决跨域获取图像的问题
|
if (imgUrl !== "") {
|
||||||
|
const imageInfo = await GetWebImage(imgUrl);
|
||||||
|
if (imageInfo.url !== "") {
|
||||||
|
imgUrl = imageInfo.url
|
||||||
|
try {
|
||||||
|
if (ext === "mp3") {
|
||||||
|
musicDecoded = await WriteMp3Meta(musicDecoded,
|
||||||
|
info.artist.split(" _ "), info.title, "",
|
||||||
|
imageInfo.buffer, "Cover", musicMeta)
|
||||||
|
musicBlob = new Blob([musicDecoded], {type: mime});
|
||||||
|
} else if (ext === 'flac') {
|
||||||
|
const writer = new MetaFlac(Buffer.from(musicDecoded))
|
||||||
|
writer.importPictureFromBuffer(Buffer.from(imageInfo.buffer))
|
||||||
|
musicDecoded = writer.save()
|
||||||
|
musicBlob = new Blob([musicDecoded], {type: mime});
|
||||||
|
} else {
|
||||||
|
console.info("writing metadata for " + ext + " is not being supported for now")
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
console.warn("Error while appending cover image to file " + e)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
status: true,
|
status: true,
|
||||||
@@ -73,11 +117,11 @@ export async function Decrypt(file, raw_filename, raw_ext) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function reportKeyUsage(keyData, maskData, artist, title, album, filename, format) {
|
function reportKeyUsage(keyData, maskData, artist, title, album, filename, format) {
|
||||||
fetch("https://stats.ixarea.com/collect/qmcmask/usage", {
|
fetch(IXAREA_API_ENDPOINT + "/qmcmask/usage", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {"Content-Type": "application/json"},
|
headers: {"Content-Type": "application/json"},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
Mask: Array.from(maskData), Key: Array.from(keyData),
|
Mask: Base64Encode(new Uint8Array(maskData)), Key: Base64Encode(keyData),
|
||||||
Artist: artist, Title: title, Album: album, Filename: filename, Format: format
|
Artist: artist, Title: title, Album: album, Filename: filename, Format: format
|
||||||
}),
|
}),
|
||||||
}).then().catch()
|
}).then().catch()
|
||||||
@@ -85,38 +129,34 @@ function reportKeyUsage(keyData, maskData, artist, title, album, filename, forma
|
|||||||
|
|
||||||
async function queryKeyInfo(keyData, filename, format) {
|
async function queryKeyInfo(keyData, filename, format) {
|
||||||
try {
|
try {
|
||||||
const resp = await fetch("https://stats.ixarea.com/collect/qmcmask/query", {
|
const resp = await fetch(IXAREA_API_ENDPOINT + "/qmcmask/query", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {"Content-Type": "application/json"},
|
headers: {"Content-Type": "application/json"},
|
||||||
body: JSON.stringify({Format: format, Key: Array.from(keyData), Filename: filename}),
|
body: JSON.stringify({Format: format, Key: Base64Encode(keyData), Filename: filename, Type: 44}),
|
||||||
});
|
});
|
||||||
let data = await resp.json();
|
let data = await resp.json();
|
||||||
return QmcMaskCreate58(data.Matrix58, data.Super58A, data.Super58B);
|
return QmcMaskCreate58(Base64Decode(data.Matrix44));
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
console.log(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async function queryAlbumCoverImage(artist, title, album) {
|
async function queryAlbumCoverImage(artist, title, album) {
|
||||||
let song_query_url = "https://c.y.qq.com/soso/fcgi-bin/client_search_cp?n=10&new_json=1&w=" +
|
const song_query_url = IXAREA_API_ENDPOINT + "/music/qq-cover"
|
||||||
encodeURIComponent(artist + " " + title + " " + album);
|
|
||||||
let jsonpData;
|
|
||||||
let queriedSong = undefined;
|
|
||||||
try {
|
try {
|
||||||
jsonpData = await RequestJsonp(song_query_url, "callback");
|
const params = {Artist: artist, Title: title, Album: album};
|
||||||
queriedSong = jsonpData["data"]["song"]["list"][0];
|
let _url = song_query_url + "?";
|
||||||
} catch (e) {
|
for (let pKey in params) {
|
||||||
console.error(e)
|
_url += pKey + "=" + encodeURIComponent(params[pKey]) + "&"
|
||||||
}
|
|
||||||
console.log(queriedSong);
|
|
||||||
let imgUrl = "";
|
|
||||||
if (undefined !== queriedSong && undefined !== queriedSong["album"]) {
|
|
||||||
if (queriedSong["album"]["pmid"] !== undefined) {
|
|
||||||
imgUrl = "https://y.gtimg.cn/music/photo_new/T002M000" + queriedSong["album"]["pmid"] + ".jpg"
|
|
||||||
} else if (queriedSong["album"]["id"] !== undefined) {
|
|
||||||
imgUrl = "https://imgcache.qq.com/music/photo/album/" +
|
|
||||||
queriedSong["album"]["id"] % 100 +
|
|
||||||
"/albumpic_" + queriedSong["album"]["id"] + "_0.jpg"
|
|
||||||
}
|
}
|
||||||
|
const resp = await fetch(_url)
|
||||||
|
if (resp.ok) {
|
||||||
|
let data = await resp.json();
|
||||||
|
return song_query_url + "/" + data.Type + "/" + data.Id
|
||||||
|
}
|
||||||
|
|
||||||
|
} catch (e) {
|
||||||
|
console.log(e);
|
||||||
}
|
}
|
||||||
return imgUrl;
|
return "";
|
||||||
}
|
}
|
||||||
|
@@ -1,50 +1,57 @@
|
|||||||
import {FLAC_HEADER, IsBytesEqual, OGG_HEADER} from "./util"
|
import {FLAC_HEADER, IsBytesEqual, OGG_HEADER} from "./util"
|
||||||
|
|
||||||
const QMOggConstHeader = [
|
const QMOggPublicHeader1 = [
|
||||||
0x4F, 0x67, 0x67, 0x53, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
0x4f, 0x67, 0x67, 0x53, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x1E, 0x01, 0x76, 0x6F, 0x72,
|
0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0x01, 0x1e, 0x01, 0x76, 0x6f, 0x72,
|
||||||
0x62, 0x69, 0x73, 0x00, 0x00, 0x00, 0x00, 0x02, 0x44, 0xAC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
0x62, 0x69, 0x73, 0x00, 0x00, 0x00, 0x00, 0x02, 0x44, 0xac, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0xEE, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB8, 0x01, 0x4F, 0x67, 0x67, 0x53, 0x00, 0x00,
|
0x00, 0xee, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0xb8, 0x01, 0x4f, 0x67, 0x67, 0x53, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
|
0xff, 0xff, 0xff, 0xff];
|
||||||
0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x03, 0x76, 0x6F, 0x72, 0x62, 0x69, 0x73, 0x2C, 0x00, 0x00, 0x00,
|
const QMOggPublicHeader2 = [
|
||||||
0x58, 0x69, 0x70, 0x68, 0x2E, 0x4F, 0x72, 0x67, 0x20, 0x6C, 0x69, 0x62, 0x56, 0x6F, 0x72, 0x62,
|
0x03, 0x76, 0x6f, 0x72, 0x62, 0x69, 0x73, 0x2c, 0x00, 0x00, 0x00, 0x58, 0x69, 0x70, 0x68, 0x2e,
|
||||||
0x69, 0x73, 0x20, 0x49, 0x20, 0x32, 0x30, 0x31, 0x35, 0x30, 0x31, 0x30, 0x35, 0x20, 0x28, 0xE2,
|
0x4f, 0x72, 0x67, 0x20, 0x6c, 0x69, 0x62, 0x56, 0x6f, 0x72, 0x62, 0x69, 0x73, 0x20, 0x49, 0x20,
|
||||||
0x9B, 0x84, 0xE2, 0x9B, 0x84, 0xE2, 0x9B, 0x84, 0xE2, 0x9B, 0x84, 0x29, 0x00, 0x00, 0x00, 0x00,
|
0x32, 0x30, 0x31, 0x35, 0x30, 0x31, 0x30, 0x35, 0x20, 0x28, 0xe2, 0x9b, 0x84, 0xe2, 0x9b, 0x84,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x54, 0x49, 0x54, 0x4C, 0x45, 0x3D];
|
0xe2, 0x9b, 0x84, 0xe2, 0x9b, 0x84, 0x29, 0xff, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x54,
|
||||||
const QMOggConstHeaderConfidence = [
|
0x49, 0x54, 0x4c, 0x45, 0x3d];
|
||||||
|
const QMOggPublicConf1 = [
|
||||||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 0,
|
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 0,
|
||||||
0, 0, 9, 9, 9, 9, 0, 0, 0, 0, 9, 9, 9, 9, 9, 9,
|
0, 0, 9, 9, 9, 9, 0, 0, 0, 0, 9, 9, 9, 9, 9, 9,
|
||||||
9, 9, 9, 9, 9, 9, 9, 6, 3, 3, 3, 3, 6, 6, 6, 6,
|
9, 9, 9, 9, 9, 9, 9, 6, 3, 3, 3, 3, 6, 6, 6, 6,
|
||||||
3, 3, 3, 3, 6, 6, 6, 6, 6, 9, 9, 9, 9, 9, 9, 9,
|
3, 3, 3, 3, 6, 6, 6, 6, 6, 9, 9, 9, 9, 9, 9, 9,
|
||||||
9, 9, 9, 9, 9, 9, 9, 9, 0, 0, 0, 0, 9, 9, 9, 9,
|
9, 9, 9, 9, 9, 9, 9, 9, 0, 0, 0, 0, 9, 9, 9, 9,
|
||||||
0, 0, 0, 0, 6, 0, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
0, 0, 0, 0];
|
||||||
3, 3, 3, 3, 0, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
const QMOggPublicConf2 = [
|
||||||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||||||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||||||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 1, 9, 9,
|
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||||||
0, 1, 9, 9, 9, 9, 9, 9, 9, 9];
|
3, 3, 3, 3, 3, 3, 3, 0, 1, 3, 3, 0, 1, 3, 3, 3,
|
||||||
|
3, 3, 3, 3, 3];
|
||||||
const QMCDefaultMaskMatrix = [
|
const QMCDefaultMaskMatrix = [
|
||||||
0x4A, 0xD6, 0xCA, 0x90, 0x67, 0xF7, 0x52, 0x5E,
|
0xde, 0x51, 0xfa, 0xc3, 0x4a, 0xd6, 0xca, 0x90,
|
||||||
0x95, 0x23, 0x9F, 0x13, 0x11, 0x7E, 0x47, 0x74,
|
0x7e, 0x67, 0x5e, 0xf7, 0xd5, 0x52, 0x84, 0xd8,
|
||||||
0x3D, 0x90, 0xAA, 0x3F, 0x51, 0xC6, 0x09, 0xD5,
|
0x47, 0x95, 0xbb, 0xa1, 0xaa, 0xc6, 0x66, 0x23,
|
||||||
0x9F, 0xFA, 0x66, 0xF9, 0xF3, 0xD6, 0xA1, 0x90,
|
0x92, 0x62, 0xf3, 0x74, 0xa1, 0x9f, 0xf4, 0xa0,
|
||||||
0xA0, 0xF7, 0xF0, 0x1D, 0x95, 0xDE, 0x9F, 0x84,
|
0x1d, 0x3f, 0x5b, 0xf0, 0x13, 0x0e, 0x09, 0x3d,
|
||||||
0x11, 0xF4, 0x0E, 0x74, 0xBB, 0x90, 0xBC, 0x3F,
|
0xf9, 0xbc, 0x00, 0x11];
|
||||||
0x92, 0x00, 0x09, 0x5B, 0x9F, 0x62, 0x66, 0xA1];
|
|
||||||
const QMCDefaultMaskSuperA = 0xC3;
|
|
||||||
const QMCDefaultMaskSuperB = 0xD8;
|
|
||||||
|
|
||||||
class QmcMask {
|
class QmcMask {
|
||||||
constructor(matrix, superA, superB) {
|
constructor(matrix, superA, superB) {
|
||||||
if (superA === undefined || superB === undefined) {
|
if (superA === undefined || superB === undefined) {
|
||||||
this.Matrix128 = matrix;
|
if (matrix.length === 44) {
|
||||||
|
this.Matrix44 = matrix
|
||||||
|
this.generateMask128from44()
|
||||||
|
} else {
|
||||||
|
this.Matrix128 = matrix
|
||||||
|
this.generateMask44from128()
|
||||||
|
}
|
||||||
this.generateMask58from128()
|
this.generateMask58from128()
|
||||||
} else {
|
} else {
|
||||||
this.Matrix58 = matrix;
|
this.Matrix58 = matrix;
|
||||||
this.Super58A = superA;
|
this.Super58A = superA;
|
||||||
this.Super58B = superB;
|
this.Super58B = superB;
|
||||||
this.generateMask128from58();
|
this.generateMask128from58();
|
||||||
|
this.generateMask44from128()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -88,6 +95,35 @@ class QmcMask {
|
|||||||
this.Super58B = superB;
|
this.Super58B = superB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
generateMask44from128() {
|
||||||
|
if (this.Matrix128.length !== 128) throw "incorrect mask128 matrix length";
|
||||||
|
let mapping = GetConvertMapping()
|
||||||
|
this.Matrix44 = []
|
||||||
|
let idxI44 = 0
|
||||||
|
mapping.forEach(it256 => {
|
||||||
|
let it256Len = it256.length
|
||||||
|
for (let i = 1; i < it256Len; i++) {
|
||||||
|
if (this.Matrix128[it256[0]] !== this.Matrix128[it256[i]]) {
|
||||||
|
throw "decode mask-128 to mask-44 failed"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
this.Matrix44[idxI44] = this.Matrix128[it256[0]]
|
||||||
|
idxI44++
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
generateMask128from44() {
|
||||||
|
if (this.Matrix44.length !== 44) throw "incorrect mask length"
|
||||||
|
this.Matrix128 = []
|
||||||
|
let idx44 = 0
|
||||||
|
GetConvertMapping().forEach(it256 => {
|
||||||
|
it256.forEach(m => {
|
||||||
|
this.Matrix128[m] = this.Matrix44[idx44]
|
||||||
|
})
|
||||||
|
idx44++
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
Decrypt(data) {
|
Decrypt(data) {
|
||||||
let dst = data.slice(0);
|
let dst = data.slice(0);
|
||||||
let index = -1;
|
let index = -1;
|
||||||
@@ -107,7 +143,7 @@ class QmcMask {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function QmcMaskGetDefault() {
|
export function QmcMaskGetDefault() {
|
||||||
return new QmcMask(QMCDefaultMaskMatrix, QMCDefaultMaskSuperA, QMCDefaultMaskSuperB)
|
return new QmcMask(QMCDefaultMaskMatrix)
|
||||||
}
|
}
|
||||||
|
|
||||||
export function QmcMaskDetectMflac(data) {
|
export function QmcMaskDetectMflac(data) {
|
||||||
@@ -123,31 +159,38 @@ export function QmcMaskDetectMflac(data) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function QmcMaskDetectMgg(data) {
|
export function QmcMaskDetectMgg(data) {
|
||||||
if (data.length < QMOggConstHeader.length) return;
|
if (data.length < 0x100) return
|
||||||
let matrixConfidence = {};
|
let matrixConfidence = {};
|
||||||
for (let i = 0; i < 58; i++) matrixConfidence[i] = {};
|
for (let i = 0; i < 44; i++) matrixConfidence[i] = {};
|
||||||
|
|
||||||
for (let idx128 = 0; idx128 < QMOggConstHeader.length; idx128++) {
|
const page2 = data[0x54] ^ data[0xC] ^ QMOggPublicHeader1[0xC];
|
||||||
if (QMOggConstHeaderConfidence[idx128] === 0) continue;
|
const spHeader = QmcGenerateOggHeader(page2)
|
||||||
let idx58 = GetMask58Index(idx128);
|
const spConf = QmcGenerateOggConf(page2)
|
||||||
let mask = data[idx128] ^ QMOggConstHeader[idx128];
|
|
||||||
let confidence = QMOggConstHeaderConfidence[idx128];
|
for (let idx128 = 0; idx128 < spHeader.length; idx128++) {
|
||||||
if (mask in matrixConfidence[idx58]) {
|
if (spConf[idx128] === 0) continue;
|
||||||
matrixConfidence[idx58][mask] += confidence
|
let idx44 = GetMask44Index(idx128);
|
||||||
|
let _m = data[idx128] ^ spHeader[idx128]
|
||||||
|
let confidence = spConf[idx128];
|
||||||
|
if (_m in matrixConfidence[idx44]) {
|
||||||
|
matrixConfidence[idx44][_m] += confidence
|
||||||
} else {
|
} else {
|
||||||
matrixConfidence[idx58][mask] = confidence
|
matrixConfidence[idx44][_m] = confidence
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let matrix = [], superA, superB;
|
let matrix = [];
|
||||||
try {
|
try {
|
||||||
for (let i = 0; i < 56; i++) matrix[i] = getMaskConfidenceResult(matrixConfidence[i]);
|
for (let i = 0; i < 44; i++)
|
||||||
superA = getMaskConfidenceResult(matrixConfidence[56]);
|
matrix[i] = getMaskConfidenceResult(matrixConfidence[i]);
|
||||||
superB = getMaskConfidenceResult(matrixConfidence[57]);
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const mask = new QmcMask(matrix, superA, superB);
|
const mask = new QmcMask(matrix);
|
||||||
if (!IsBytesEqual(OGG_HEADER, mask.Decrypt(data.slice(0, OGG_HEADER.length)))) return;
|
let dx = mask.Decrypt(data.slice(0, OGG_HEADER.length));
|
||||||
|
if (!IsBytesEqual(OGG_HEADER, dx)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
return mask;
|
return mask;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -159,12 +202,17 @@ export function QmcMaskCreate58(matrix, superA, superB) {
|
|||||||
return new QmcMask(matrix, superA, superB)
|
return new QmcMask(matrix, superA, superB)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function QmcMaskCreate44(mask44) {
|
||||||
|
return new QmcMask(mask44)
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param confidence {{}}
|
* @param confidence {{}}
|
||||||
* @returns {number}
|
* @returns {number}
|
||||||
*/
|
*/
|
||||||
function getMaskConfidenceResult(confidence) {
|
function getMaskConfidenceResult(confidence) {
|
||||||
if (confidence.length === 0) throw "can not match at least one key";
|
if (confidence.length === 0) throw "can not match at least one key";
|
||||||
|
if (confidence.length > 1) console.warn("There are 2 potential value for the mask!")
|
||||||
let result, conf = 0;
|
let result, conf = 0;
|
||||||
for (let idx in confidence) {
|
for (let idx in confidence) {
|
||||||
if (confidence[idx] > conf) {
|
if (confidence[idx] > conf) {
|
||||||
@@ -178,27 +226,48 @@ function getMaskConfidenceResult(confidence) {
|
|||||||
/**
|
/**
|
||||||
* @return {number}
|
* @return {number}
|
||||||
*/
|
*/
|
||||||
function GetMask58Index(idx128) {
|
|
||||||
if (idx128 > 127) idx128 = idx128 % 128;
|
|
||||||
let col = idx128 % 16;
|
const allMapping = [];
|
||||||
let row = (idx128 - col) / 16;
|
const mask128to44 = [];
|
||||||
switch (col) {
|
|
||||||
case 0://Super 1
|
(function () {
|
||||||
row = 8;
|
for (let i = 0; i < 128; i++) {
|
||||||
col = 0;
|
let realIdx = (i * i + 27) % 256
|
||||||
break;
|
if (realIdx in allMapping) {
|
||||||
case 8://Super 2
|
allMapping[realIdx].push(i)
|
||||||
row = 8;
|
} else {
|
||||||
col = 1;
|
allMapping[realIdx] = [i]
|
||||||
break;
|
}
|
||||||
default:
|
|
||||||
if (col > 7) {
|
|
||||||
row = 7 - row;
|
|
||||||
col = 15 - col;
|
|
||||||
} else {
|
|
||||||
col -= 1;
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
return row * 7 + col
|
|
||||||
|
let idx44 = 0
|
||||||
|
allMapping.forEach(all128 => {
|
||||||
|
all128.forEach(_i128 => {
|
||||||
|
mask128to44[_i128] = idx44
|
||||||
|
})
|
||||||
|
idx44++
|
||||||
|
})
|
||||||
|
})();
|
||||||
|
|
||||||
|
function GetConvertMapping() {
|
||||||
|
return allMapping;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function GetMask44Index(idx128) {
|
||||||
|
return mask128to44[idx128 % 128]
|
||||||
|
}
|
||||||
|
|
||||||
|
function QmcGenerateOggHeader(page2) {
|
||||||
|
let spec = [page2, 0xFF]
|
||||||
|
for (let i = 2; i < page2; i++) spec.push(0xFF)
|
||||||
|
spec.push(0xFF)
|
||||||
|
return QMOggPublicHeader1.concat(spec, QMOggPublicHeader2)
|
||||||
|
}
|
||||||
|
|
||||||
|
function QmcGenerateOggConf(page2) {
|
||||||
|
let specConf = [6, 0]
|
||||||
|
for (let i = 2; i < page2; i++) specConf.push(4)
|
||||||
|
specConf.push(0)
|
||||||
|
return QMOggPublicConf1.concat(specConf, QMOggPublicConf2)
|
||||||
|
}
|
@@ -1,14 +1,23 @@
|
|||||||
const ID3Writer = require("browser-id3-writer");
|
const ID3Writer = require("browser-id3-writer");
|
||||||
|
const musicMetadata = require("music-metadata-browser");
|
||||||
export const FLAC_HEADER = [0x66, 0x4C, 0x61, 0x43];
|
export const FLAC_HEADER = [0x66, 0x4C, 0x61, 0x43];
|
||||||
export const MP3_HEADER = [0x49, 0x44, 0x33];
|
export const MP3_HEADER = [0x49, 0x44, 0x33];
|
||||||
export const OGG_HEADER = [0x4F, 0x67, 0x67, 0x53];
|
export const OGG_HEADER = [0x4F, 0x67, 0x67, 0x53];
|
||||||
export const M4A_HEADER = [0x66, 0x74, 0x79, 0x70];
|
export const M4A_HEADER = [0x66, 0x74, 0x79, 0x70];
|
||||||
|
export const WMA_HEADER = [
|
||||||
|
0x30, 0x26, 0xB2, 0x75, 0x8E, 0x66, 0xCF, 0x11,
|
||||||
|
0xA6, 0xD9, 0x00, 0xAA, 0x00, 0x62, 0xCE, 0x6C,
|
||||||
|
]
|
||||||
|
export const WAV_HEADER = [0x52, 0x49, 0x46, 0x46]
|
||||||
export const AudioMimeType = {
|
export const AudioMimeType = {
|
||||||
mp3: "audio/mpeg",
|
mp3: "audio/mpeg",
|
||||||
flac: "audio/flac",
|
flac: "audio/flac",
|
||||||
m4a: "audio/mp4",
|
m4a: "audio/mp4",
|
||||||
ogg: "audio/ogg"
|
ogg: "audio/ogg",
|
||||||
|
wma: "audio/x-ms-wma",
|
||||||
|
wav: "audio/x-wav"
|
||||||
};
|
};
|
||||||
|
export const IXAREA_API_ENDPOINT = "https://stats.ixarea.com/apis"
|
||||||
|
|
||||||
// Also a new draft API: blob.arrayBuffer()
|
// Also a new draft API: blob.arrayBuffer()
|
||||||
export async function GetArrayBuffer(blobObject) {
|
export async function GetArrayBuffer(blobObject) {
|
||||||
@@ -21,9 +30,9 @@ export async function GetArrayBuffer(blobObject) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
export function GetFileInfo(artist, title, filenameNoExt) {
|
export function GetFileInfo(artist, title, filenameNoExt, separator = "-") {
|
||||||
let newArtist = "", newTitle = "";
|
let newArtist = "", newTitle = "";
|
||||||
let filenameArray = filenameNoExt.split("-");
|
let filenameArray = filenameNoExt.split(separator);
|
||||||
if (filenameArray.length > 1) {
|
if (filenameArray.length > 1) {
|
||||||
newArtist = filenameArray[0].trim();
|
newArtist = filenameArray[0].trim();
|
||||||
newTitle = filenameArray[1].trim();
|
newTitle = filenameArray[1].trim();
|
||||||
@@ -63,6 +72,8 @@ export function DetectAudioExt(data, fallbackExt) {
|
|||||||
if (IsBytesEqual(FLAC_HEADER, data.slice(0, FLAC_HEADER.length))) return "flac";
|
if (IsBytesEqual(FLAC_HEADER, data.slice(0, FLAC_HEADER.length))) return "flac";
|
||||||
if (IsBytesEqual(OGG_HEADER, data.slice(0, OGG_HEADER.length))) return "ogg";
|
if (IsBytesEqual(OGG_HEADER, data.slice(0, OGG_HEADER.length))) return "ogg";
|
||||||
if (IsBytesEqual(M4A_HEADER, data.slice(4, 4 + M4A_HEADER.length))) return "m4a";
|
if (IsBytesEqual(M4A_HEADER, data.slice(4, 4 + M4A_HEADER.length))) return "m4a";
|
||||||
|
if (IsBytesEqual(WMA_HEADER, data.slice(0, WMA_HEADER.length))) return "wma";
|
||||||
|
if (IsBytesEqual(WAV_HEADER, data.slice(0, WAV_HEADER.length))) return "wav";
|
||||||
return fallbackExt;
|
return fallbackExt;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,18 +86,32 @@ export async function GetWebImage(pic_url) {
|
|||||||
let buf = await resp.arrayBuffer();
|
let buf = await resp.arrayBuffer();
|
||||||
let objBlob = new Blob([buf], {type: mime});
|
let objBlob = new Blob([buf], {type: mime});
|
||||||
let objUrl = URL.createObjectURL(objBlob);
|
let objUrl = URL.createObjectURL(objBlob);
|
||||||
return {"buffer": buf, "url": objUrl, "type": mime};
|
return {"buffer": buf, "src": pic_url, "url": objUrl, "type": mime};
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
}
|
}
|
||||||
return {"buffer": null, "url": "", "type": ""}
|
return {"buffer": null, "src": pic_url, "url": "", "type": ""}
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function WriteMp3Meta(audioData, artistList, title, album, pictureData = null, pictureDesc = "Cover") {
|
export async function WriteMp3Meta(audioData, artistList, title, album, pictureData = null, pictureDesc = "Cover", originalMeta = null) {
|
||||||
const writer = new ID3Writer(audioData);
|
const writer = new ID3Writer(audioData);
|
||||||
writer.setFrame("TPE1", artistList)
|
if (originalMeta !== null) {
|
||||||
.setFrame("TIT2", title)
|
artistList = originalMeta.common.artists || artistList
|
||||||
.setFrame("TALB", album);
|
title = originalMeta.common.title || title
|
||||||
|
album = originalMeta.common.album || album
|
||||||
|
const frames = originalMeta.native['ID3v2.4'] || originalMeta.native['ID3v2.3'] || originalMeta.native['ID3v2.2'] || []
|
||||||
|
frames.forEach(frame => {
|
||||||
|
if (frame.id !== 'TPE1' && frame.id !== 'TIT2' && frame.id !== 'TALB') {
|
||||||
|
try {
|
||||||
|
writer.setFrame(frame.id, frame.value)
|
||||||
|
} catch (e) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
writer.setFrame('TPE1', artistList)
|
||||||
|
.setFrame('TIT2', title)
|
||||||
|
.setFrame('TALB', album);
|
||||||
if (pictureData !== null) {
|
if (pictureData !== null) {
|
||||||
writer.setFrame('APIC', {
|
writer.setFrame('APIC', {
|
||||||
type: 3,
|
type: 3,
|
||||||
@@ -98,20 +123,3 @@ export async function WriteMp3Meta(audioData, artistList, title, album, pictureD
|
|||||||
return writer.arrayBuffer;
|
return writer.arrayBuffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function RequestJsonp(url, callback_name = "callback") {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
let node;
|
|
||||||
window[callback_name] = function (data) {
|
|
||||||
delete window[callback_name];
|
|
||||||
if (node.parentNode) node.parentNode.removeChild(node);
|
|
||||||
resolve(data)
|
|
||||||
};
|
|
||||||
node = document.createElement('script');
|
|
||||||
node.type = "text/javascript";
|
|
||||||
node.src = url;
|
|
||||||
node.addEventListener('error', msg => {
|
|
||||||
reject(msg);
|
|
||||||
});
|
|
||||||
document.head.appendChild(node);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
67
src/decrypt/xm.js
Normal file
67
src/decrypt/xm.js
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
import {AudioMimeType, GetArrayBuffer, GetFileInfo, GetMetaCoverURL, IsBytesEqual} from "./util";
|
||||||
|
|
||||||
|
import {Decrypt as RawDecrypt} from "./raw";
|
||||||
|
|
||||||
|
const musicMetadata = require("music-metadata-browser");
|
||||||
|
const MagicHeader = [0x69, 0x66, 0x6D, 0x74]
|
||||||
|
const MagicHeader2 = [0xfe, 0xfe, 0xfe, 0xfe]
|
||||||
|
const FileTypeMap = {
|
||||||
|
" WAV": ".wav",
|
||||||
|
"FLAC": ".flac",
|
||||||
|
" MP3": ".mp3",
|
||||||
|
" A4M": ".m4a",
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function Decrypt(file, raw_filename, raw_ext) {
|
||||||
|
const oriData = new Uint8Array(await GetArrayBuffer(file));
|
||||||
|
if (!IsBytesEqual(MagicHeader, oriData.slice(0, 4)) ||
|
||||||
|
!IsBytesEqual(MagicHeader2, oriData.slice(8, 12))) {
|
||||||
|
if (raw_ext === "xm") {
|
||||||
|
return {status: false, message: "此xm文件已损坏"}
|
||||||
|
} else {
|
||||||
|
return await RawDecrypt(file, raw_filename, raw_ext, true)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
let typeText = (new TextDecoder()).decode(oriData.slice(4, 8))
|
||||||
|
if (!FileTypeMap.hasOwnProperty(typeText)) {
|
||||||
|
return {status: false, message: "未知的xm文件类型"}
|
||||||
|
}
|
||||||
|
|
||||||
|
let key = oriData[0xf]
|
||||||
|
let dataOffset = oriData[0xc] | oriData[0xd] << 8 | oriData[0xe] << 16
|
||||||
|
let audioData = oriData.slice(0x10);
|
||||||
|
let lenAudioData = audioData.length;
|
||||||
|
for (let cur = dataOffset; cur < lenAudioData; ++cur)
|
||||||
|
audioData[cur] = (audioData[cur] - key) ^ 0xff;
|
||||||
|
|
||||||
|
const ext = FileTypeMap[typeText];
|
||||||
|
const mime = AudioMimeType[ext];
|
||||||
|
let musicBlob = new Blob([audioData], {type: mime});
|
||||||
|
|
||||||
|
const musicMeta = await musicMetadata.parseBlob(musicBlob);
|
||||||
|
if (ext === "wav") {
|
||||||
|
//todo:未知的编码方式
|
||||||
|
console.log(musicMeta.common)
|
||||||
|
musicMeta.common.album = "";
|
||||||
|
musicMeta.common.artist = "";
|
||||||
|
musicMeta.common.title = "";
|
||||||
|
}
|
||||||
|
let _sep = raw_filename.indexOf("_") === -1 ? "-" : "_"
|
||||||
|
const info = GetFileInfo(musicMeta.common.artist, musicMeta.common.title, raw_filename, _sep);
|
||||||
|
|
||||||
|
const imgUrl = GetMetaCoverURL(musicMeta);
|
||||||
|
|
||||||
|
return {
|
||||||
|
status: true,
|
||||||
|
title: info.title,
|
||||||
|
artist: info.artist,
|
||||||
|
ext: ext,
|
||||||
|
album: musicMeta.common.album,
|
||||||
|
picture: imgUrl,
|
||||||
|
file: URL.createObjectURL(musicBlob),
|
||||||
|
mime: mime,
|
||||||
|
rawExt: "xm"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
22
src/main.js
22
src/main.js
@@ -2,9 +2,23 @@ import Vue from 'vue'
|
|||||||
import App from './App.vue'
|
import App from './App.vue'
|
||||||
import './registerServiceWorker'
|
import './registerServiceWorker'
|
||||||
import {
|
import {
|
||||||
Button, Col, Container, Footer, Icon, Image, Link, Main,
|
Button,
|
||||||
Row, Table, TableColumn, Upload, Radio, Checkbox, Progress,
|
Checkbox,
|
||||||
Notification, Tooltip,
|
Col,
|
||||||
|
Container,
|
||||||
|
Footer,
|
||||||
|
Icon,
|
||||||
|
Image,
|
||||||
|
Link,
|
||||||
|
Main,
|
||||||
|
Notification,
|
||||||
|
Progress,
|
||||||
|
Radio,
|
||||||
|
Row,
|
||||||
|
Table,
|
||||||
|
TableColumn,
|
||||||
|
Tooltip,
|
||||||
|
Upload
|
||||||
} from 'element-ui';
|
} from 'element-ui';
|
||||||
import 'element-ui/lib/theme-chalk/base.css';
|
import 'element-ui/lib/theme-chalk/base.css';
|
||||||
|
|
||||||
@@ -27,7 +41,7 @@ Vue.use(Progress);
|
|||||||
Vue.prototype.$notify = Notification;
|
Vue.prototype.$notify = Notification;
|
||||||
|
|
||||||
Vue.config.productionTip = false;
|
Vue.config.productionTip = false;
|
||||||
|
document.getElementById("loader-source").remove()
|
||||||
new Vue({
|
new Vue({
|
||||||
render: h => h(App),
|
render: h => h(App),
|
||||||
}).$mount('#app');
|
}).$mount('#app');
|
||||||
|
@@ -5,10 +5,7 @@ import {register} from 'register-service-worker'
|
|||||||
if (process.env.NODE_ENV === 'production') {
|
if (process.env.NODE_ENV === 'production') {
|
||||||
register(`${process.env.BASE_URL}service-worker.js`, {
|
register(`${process.env.BASE_URL}service-worker.js`, {
|
||||||
ready() {
|
ready() {
|
||||||
console.log(
|
console.log('App is being served from cache by a service worker.')
|
||||||
'App is being served from cache by a service worker.\n' +
|
|
||||||
'For more details, visit https://goo.gl/AFskqB'
|
|
||||||
)
|
|
||||||
},
|
},
|
||||||
registered() {
|
registered() {
|
||||||
console.log('Service worker has been registered.')
|
console.log('Service worker has been registered.')
|
||||||
|
166
src/scss/_dark-mode.scss
Normal file
166
src/scss/_dark-mode.scss
Normal file
@@ -0,0 +1,166 @@
|
|||||||
|
/*
|
||||||
|
* name: 样式 - 夜间模式
|
||||||
|
* author: @KyleBing
|
||||||
|
* date: 2020-11-24
|
||||||
|
*/
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
#app{
|
||||||
|
color: $dark-text-info;
|
||||||
|
}
|
||||||
|
body{
|
||||||
|
background-color: $dark-bg;
|
||||||
|
}
|
||||||
|
|
||||||
|
// FORM
|
||||||
|
.el-radio{
|
||||||
|
&__label{
|
||||||
|
color: $dark-text-main;
|
||||||
|
}
|
||||||
|
&__input{
|
||||||
|
color: $dark-text-info;
|
||||||
|
.el-radio__inner{
|
||||||
|
border-color: $dark-border;
|
||||||
|
background-color: $dark-btn-bg;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.is-checked{
|
||||||
|
.el-radio__inner{
|
||||||
|
background-color: $blue;
|
||||||
|
}
|
||||||
|
.el-radio__label{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-checkbox.is-bordered{
|
||||||
|
border-color: $dark-border;
|
||||||
|
.el-checkbox__inner{
|
||||||
|
background-color: $dark-btn-bg;
|
||||||
|
border-color: $dark-border;
|
||||||
|
}
|
||||||
|
&:hover{
|
||||||
|
border-color: $dark-border-highlight;
|
||||||
|
.el-checkbox__inner{
|
||||||
|
background-color: $dark-btn-bg-highlight;
|
||||||
|
border-color: $dark-border-highlight;
|
||||||
|
}
|
||||||
|
.el-checkbox__label{
|
||||||
|
color: $dark-text-info;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&.is-checked{
|
||||||
|
background-color: $blue;
|
||||||
|
.el-checkbox__inner{
|
||||||
|
border-color: $dark-btn-bg-highlight;
|
||||||
|
}
|
||||||
|
.el-checkbox__label{
|
||||||
|
color: white;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// BUTTON
|
||||||
|
.el-button{
|
||||||
|
background-color: $dark-btn-bg;
|
||||||
|
border-color: $dark-border;
|
||||||
|
color: $dark-text-main;
|
||||||
|
|
||||||
|
&:active{
|
||||||
|
transform: translateY(2px);
|
||||||
|
}
|
||||||
|
|
||||||
|
&--default{
|
||||||
|
&.is-plain {
|
||||||
|
background-color: $dark-btn-bg;
|
||||||
|
&:hover {
|
||||||
|
background-color: $blue;
|
||||||
|
border-color: $blue;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&--danger{
|
||||||
|
&.is-plain{
|
||||||
|
border-color: $dark-border;
|
||||||
|
background-color: $dark-btn-bg;
|
||||||
|
&:hover{
|
||||||
|
background-color: $red;
|
||||||
|
border-color: $red;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 文件拖放区
|
||||||
|
.el-upload__tip{
|
||||||
|
color: $dark-text-info;
|
||||||
|
}
|
||||||
|
.el-upload-dragger{
|
||||||
|
background-color: $dark-uploader-bg;
|
||||||
|
border-color: $dark-border;
|
||||||
|
.el-upload__text{
|
||||||
|
color: $dark-text-info;
|
||||||
|
}
|
||||||
|
&:hover{
|
||||||
|
background: $dark-uploader-bg-highlight;
|
||||||
|
border-color: $dark-border-highlight;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//TABLE
|
||||||
|
.el-table{
|
||||||
|
background-color: $dark-bg-td;
|
||||||
|
&:before{ // 去除表格末尾的横线
|
||||||
|
content: none;
|
||||||
|
}
|
||||||
|
&__header{
|
||||||
|
th{
|
||||||
|
border-bottom-color: $dark-border !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
th{
|
||||||
|
background-color: $dark-bg-th;
|
||||||
|
color: $dark-text-info;
|
||||||
|
}
|
||||||
|
td{
|
||||||
|
border-bottom-color: $dark-border !important;
|
||||||
|
}
|
||||||
|
tr{
|
||||||
|
background-color: $dark-bg-td;
|
||||||
|
color: $dark-text-main;
|
||||||
|
&:hover{
|
||||||
|
td{
|
||||||
|
background-color: $dark-bg-th !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// LINKS
|
||||||
|
a{
|
||||||
|
text-decoration: none;
|
||||||
|
color: darken($dark-color-link, 15%);
|
||||||
|
&:hover{
|
||||||
|
color: $dark-color-link;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// ALERT
|
||||||
|
.el-notification{
|
||||||
|
background-color: $dark-btn-bg-highlight;
|
||||||
|
border-color: $dark-border;
|
||||||
|
&__title{
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
&__content{
|
||||||
|
color: $dark-text-info;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
18
src/scss/_gaps.scss
Normal file
18
src/scss/_gaps.scss
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
/*
|
||||||
|
* 间隔工具集
|
||||||
|
*/
|
||||||
|
|
||||||
|
$gap: 5px;
|
||||||
|
@for $item from 1 through 7 {
|
||||||
|
.mt-#{$item} { margin-top : $gap * $item !important;}
|
||||||
|
.mb-#{$item} { margin-bottom : $gap * $item !important;}
|
||||||
|
.ml-#{$item} { margin-left : $gap * $item !important;}
|
||||||
|
.mr-#{$item} { margin-right : $gap * $item !important;}
|
||||||
|
.m-#{$item} { margin : $gap * $item !important;}
|
||||||
|
|
||||||
|
.pt-#{$item} { padding-top : $gap * $item !important;}
|
||||||
|
.pb-#{$item} { padding-bottom : $gap * $item !important;}
|
||||||
|
.pl-#{$item} { padding-left : $gap * $item !important;}
|
||||||
|
.pr-#{$item} { padding-right : $gap * $item !important;}
|
||||||
|
.p-#{$item} { padding : $gap * $item !important;}
|
||||||
|
}
|
38
src/scss/_normal.scss
Normal file
38
src/scss/_normal.scss
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
body{
|
||||||
|
font-family: $font-family;
|
||||||
|
font-size: $fz-main;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
}
|
||||||
|
|
||||||
|
#app {
|
||||||
|
text-align: center;
|
||||||
|
color: $text-main;
|
||||||
|
padding-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#app-footer a {
|
||||||
|
padding-left: 0.2em;
|
||||||
|
padding-right: 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#app-footer {
|
||||||
|
text-align: center;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
|
||||||
|
#app-control {
|
||||||
|
padding-top: 1em;
|
||||||
|
padding-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
audio{
|
||||||
|
margin-bottom: 15px; // 播放控件与表格间隔
|
||||||
|
}
|
||||||
|
|
||||||
|
a{
|
||||||
|
color: darken($color-link, 15%);
|
||||||
|
&:hover{
|
||||||
|
color: $color-link;
|
||||||
|
}
|
||||||
|
}
|
28
src/scss/_variables.scss
Normal file
28
src/scss/_variables.scss
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
// COLORS
|
||||||
|
$blue : #409EFF;
|
||||||
|
$red : #F56C6C;
|
||||||
|
$green : #85ce61;
|
||||||
|
|
||||||
|
// TEXT
|
||||||
|
$text-main : #2C3E50;
|
||||||
|
$color-link: $blue;
|
||||||
|
|
||||||
|
$fz-main: 14px;
|
||||||
|
|
||||||
|
$font-family: "Helvetica Neue", Helvetica, "PingFang SC",
|
||||||
|
"Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
||||||
|
|
||||||
|
|
||||||
|
// DARK MODE
|
||||||
|
$dark-border : lighten(black, 25%);
|
||||||
|
$dark-border-highlight : lighten(black, 55%);
|
||||||
|
$dark-bg : lighten(black, 10%);
|
||||||
|
$dark-text-main : lighten(black, 90%);
|
||||||
|
$dark-text-info : lighten(black, 60%);
|
||||||
|
$dark-uploader-bg : lighten(black, 13%);
|
||||||
|
$dark-uploader-bg-highlight : lighten(black, 18%);
|
||||||
|
$dark-btn-bg : lighten(black, 20%);
|
||||||
|
$dark-btn-bg-highlight : lighten(black, 30%);
|
||||||
|
$dark-bg-th : lighten(black, 18%);
|
||||||
|
$dark-bg-td : lighten(black, 13%);
|
||||||
|
$dark-color-link : $green;
|
5
src/scss/unlock-music.scss
Normal file
5
src/scss/unlock-music.scss
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
@import "variables";
|
||||||
|
@import "gaps";
|
||||||
|
|
||||||
|
@import "normal";
|
||||||
|
@import "dark-mode"; // dark-mode 放在 normal 后面,以获得更高优先级
|
Reference in New Issue
Block a user