Skip to content

Commit

Permalink
更新[网易云音乐]: 优化满级大佬通知样式
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed Jun 15, 2020
1 parent 3f16659 commit 2617e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions neteasemusic/neteasemusic.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function showmsg() {
$.subt += $.isAppSuc ? ', APP: 成功' : ', APP: 失败'
if ($.isNewCookie && $.userInfo) {
$.desc = `等级: ${$.userInfo.data.level}, 听歌: ${$.userInfo.data.nowPlayCount} => ${$.userInfo.data.nextPlayCount} 升级 (首)`
$.desc = $.userInfo.data.level === 10 ? `等级: ${$.userInfo.data.level}, 你的等级已爆表!` : $.desc
}
resove()
})
Expand Down
1 change: 1 addition & 0 deletions neteasemusic/quanx/neteasemusic.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function showmsg() {
$.subt += $.isAppSuc ? ', APP: 成功' : ', APP: 失败'
if ($.isNewCookie && $.userInfo) {
$.desc = `等级: ${$.userInfo.data.level}, 听歌: ${$.userInfo.data.nowPlayCount} => ${$.userInfo.data.nextPlayCount} 升级 (首)`
$.desc = $.userInfo.data.level === 10 ? `等级: ${$.userInfo.data.level}, 你的等级已爆表!` : $.desc
}
resove()
})
Expand Down

0 comments on commit 2617e79

Please sign in to comment.