Enhanced ease of use
This commit is contained in:
parent
23ff9cdec1
commit
0913337612
|
@ -57,11 +57,13 @@
|
|||
<div id="loader-mask">
|
||||
<div id="loader"></div>
|
||||
<noscript>
|
||||
<strong>很抱歉,音乐解锁需要启用JavaScript的现代浏览器!如
|
||||
<a href="https://www.google.cn/chrome/">Google Chrome</a>
|
||||
<a href="https://www.firefox.com.cn/">Mozilla Firefox</a>
|
||||
</strong>
|
||||
<img alt=""
|
||||
src="https://stats.ixarea.com/matomo.php?idsite=2&rec=1&action_name=音乐解锁+-+By+IXarea" style="border:0"/>
|
||||
</noscript>
|
||||
<strong>很抱歉,音乐解锁需要使用支持某些新特性的现代浏览器!如
|
||||
<a href="https://www.google.cn/chrome/">Google Chrome</a>
|
||||
<a href="https://www.firefox.com.cn/">Mozilla Firefox</a>
|
||||
</strong>
|
||||
<script>
|
||||
window.onload = function () {
|
||||
document.getElementById("loader-mask").remove();
|
||||
|
|
|
@ -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 © 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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user