This commit is contained in:
MengYX 2019-11-10 17:25:01 +08:00
parent 04be04204a
commit 538705187a
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
2 changed files with 36 additions and 0 deletions

33
.drone.yml Normal file
View File

@ -0,0 +1,33 @@
---
kind: pipeline
type: docker
name: default
clone:
depth: 1
steps:
- name: installDependencies
image: node:lts
commands:
- npm config set registry http://registry.npm.taobao.org
- npm install
- name: build
image: node:lts
commands:
- npm run build
- tar -czf dist.tar.gz ./dist/*
- name: release
image: plugins/gitea-release
settings:
base_url: https://git.ixarea.com
files:
- dist.tar.gz
api_key:
from_secret: gitea_token
checksum:
- sha256
when:
event: [tag]

View File

@ -2,6 +2,9 @@
- Unlock encrypted music file in browser.
- 在浏览器中解锁加密的音乐文件。
- [Online Demo](https://tool.ixarea.com/music)
[![Build Status](https://ci.ixarea.com/api/badges/ix64/unlock-music/status.svg)](https://ci.ixarea.com/ix64/unlock-music)
## Features
- [x] Unlock in browser 在浏览器中解锁
- [x] QQMusic File QQ音乐文件 (.qmc0/.qmc3/.qmcflac)