Use new window to open link
This commit is contained in:
parent
d99cd23e0c
commit
04be04204a
@ -9,12 +9,10 @@
|
|||||||
['setTrackerUrl', 'https://stats.ixarea.com/ixarea-stats/report']);
|
['setTrackerUrl', 'https://stats.ixarea.com/ixarea-stats/report']);
|
||||||
</script>
|
</script>
|
||||||
<script async src="https://stats.ixarea.com/ixarea-stats.js"></script>
|
<script async src="https://stats.ixarea.com/ixarea-stats.js"></script>
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
||||||
<title>音乐解锁 - By IXarea</title>
|
<title>音乐解锁 - By IXarea</title>
|
||||||
<meta content="音乐,解锁,ncm,qmc,qmc0,qmc3,qmcflac,qq音乐,网易云音乐,加密" name="keywords"/>
|
<meta content="音乐,解锁,ncm,qmc,qmc0,qmc3,qmcflac,qq音乐,网易云音乐,加密" name="keywords"/>
|
||||||
<meta content="音乐解锁 - 在任何设备上解锁已购的加密音乐!" name="description"/>
|
<meta content="音乐解锁 - 在任何设备上解锁已购的加密音乐!" name="description"/>
|
||||||
<style>
|
<style>
|
||||||
/* Center the loader */
|
|
||||||
#loader {
|
#loader {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
@ -62,9 +60,9 @@
|
|||||||
style="border:0"/>
|
style="border:0"/>
|
||||||
</noscript>
|
</noscript>
|
||||||
<strong>音乐解锁采用了一些新特性!建议使用
|
<strong>音乐解锁采用了一些新特性!建议使用
|
||||||
<a href="https://www.google.cn/chrome/">Google Chrome</a>
|
<a target="_blank" href="https://www.google.cn/chrome/">Google Chrome</a>
|
||||||
<a href="https://www.firefox.com.cn/">Mozilla Firefox</a>
|
<a target="_blank" href="https://www.firefox.com.cn/">Mozilla Firefox</a>
|
||||||
| <a href="https://github.com/ix64/unlock-music/wiki/使用提示">使用提示</a>
|
| <a target="_blank" href="https://github.com/ix64/unlock-music/wiki/使用提示">使用提示</a>
|
||||||
</strong>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
document.getElementById("loader-mask").remove();
|
document.getElementById("loader-mask").remove();
|
||||||
this.$notify.info({
|
this.$notify.info({
|
||||||
title: '离线使用',
|
title: '离线使用',
|
||||||
message: '我们使用PWA技术,添加到桌面或收藏夹,无网络也能使用。点击查看<a href="https://github.com/ix64/unlock-music/wiki/使用提示">使用提示</a>',
|
message: '我们使用PWA技术,添加到桌面或收藏夹,无网络也能使用。点击查看<a target="_blank" href="https://github.com/ix64/unlock-music/wiki/使用提示">使用提示</a>',
|
||||||
dangerouslyUseHTMLString: true,
|
dangerouslyUseHTMLString: true,
|
||||||
duration: 30000,
|
duration: 30000,
|
||||||
position: 'top-left'
|
position: 'top-left'
|
||||||
@ -156,7 +156,7 @@
|
|||||||
} else {
|
} else {
|
||||||
this.$notify.error({
|
this.$notify.error({
|
||||||
title: '错误',
|
title: '错误',
|
||||||
message: '解析此文件时出现问题,请查看<a href="https://github.com/ix64/unlock-music/wiki/使用提示">使用提示</a>',
|
message: '解析此文件时出现问题,请查看<a target="_blank" href="https://github.com/ix64/unlock-music/wiki/使用提示">使用提示</a>',
|
||||||
dangerouslyUseHTMLString: true
|
dangerouslyUseHTMLString: true
|
||||||
});
|
});
|
||||||
window._paq.push(["trackEvent", "Unlock", "Error", file.name]);
|
window._paq.push(["trackEvent", "Unlock", "Error", file.name]);
|
||||||
|
Loading…
Reference in New Issue
Block a user