Change Notification

This commit is contained in:
MengYX 2019-11-24 19:33:11 +08:00
parent 683f58964c
commit d51d7ec773
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with 8 additions and 4 deletions

View File

@ -111,9 +111,11 @@
document.getElementById("loader-mask").remove();
this.$notify.info({
title: '离线使用',
message: '我们使用PWA技术添加到桌面或收藏夹无网络也能使用。点击查看<a target="_blank" href="https://github.com/ix64/unlock-music/wiki/使用提示">使用提示</a>',
message: '我们使用PWA技术无网络也能使用<br/>' +
'最近更新支持qmcogg,mflac<br/>' +
'点击查看 <a target="_blank" href="https://github.com/ix64/unlock-music/wiki/使用提示">使用提示</a>',
dangerouslyUseHTMLString: true,
duration: 30000,
duration: 10000,
position: 'top-left'
});
},
@ -149,7 +151,8 @@
this.tableData.push(data);
this.$notify.success({
title: '解锁成功',
message: '成功解锁 ' + data.title
message: '成功解锁 ' + data.title,
duration: 3000
});
let _rp_data = [data.title, data.artist, data.album];
console.log(data);
@ -159,7 +162,8 @@
title: '出现问题',
message: data.message + "" + file.name +
',参考<a target="_blank" href="https://github.com/ix64/unlock-music/wiki/使用提示">使用提示</a>',
dangerouslyUseHTMLString: true
dangerouslyUseHTMLString: true,
duration: 6000
});
window._paq.push(["trackEvent", "Error", data.message, file.name]);
}