Enhanced ease of use

This commit is contained in:
MengYX
2019-09-18 00:21:18 +08:00
parent 23ff9cdec1
commit 0913337612
2 changed files with 9 additions and 5 deletions

View File

@ -6,6 +6,7 @@
:auto-upload="false"
:on-change="handleFile"
:show-file-list="false"
accept=".ncm,.qmc0,.qmc3,.qmcflac"
action=""
drag
multiple>
@ -69,6 +70,7 @@
<el-row>
音乐解锁移除已购音乐的加密保护
目前支持网易云音乐(ncm)和QQ音乐(qmc0, qmc3, qmcflac)
<a href="https://github.com/ix64/unlock-music/wiki/使用提示" target="_blank">使用提示</a>
</el-row>
<el-row>
<span>Copyright &copy; 2019</span>
@ -141,7 +143,7 @@
message: '成功解锁 ' + data.title
});
let _rp_data = {
original: data.original,
original: file.name,
title: data.title,
album: data.album,
artist: data.artist,