From 1e435b0ff8b337f12876bf0536ad8ae960ff0abd Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sat, 14 Mar 2020 22:54:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E7=9B=B4=E6=8E=A5=E6=89=93?= =?UTF-8?q?=E5=BC=80=E9=85=B7=E6=88=91=E6=89=8B=E6=9C=BA=E7=89=88=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E5=87=BA=E6=9D=A5=E7=9A=84=E6=AD=8C=E5=8D=95=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish/changeLog.md | 2 +- src/renderer/lang/cns/view/song_list.json | 2 +- src/renderer/utils/music/kw/songList.js | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/publish/changeLog.md b/publish/changeLog.md index 5ef6a42e..e4b6db49 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -13,7 +13,7 @@ - 优化月里嫦娥皮肤侧栏鼠标悬浮颜色 - 优化播放进度条的动画效果 - 现在添加下载任务时,后面添加的任务会在列表顶部插入 -- 优化歌单打开机制,现在歌单加载失败时会提示加载失败了,并且支持企鹅歌单的短链接了 +- 优化歌单打开机制,现在歌单加载失败时会提示加载失败了,并且支持直接打开企鹅、酷我手机分享出来的歌单了 ### 修复 diff --git a/src/renderer/lang/cns/view/song_list.json b/src/renderer/lang/cns/view/song_list.json index cff89875..7c945328 100644 --- a/src/renderer/lang/cns/view/song_list.json +++ b/src/renderer/lang/cns/view/song_list.json @@ -1,5 +1,5 @@ { "back": "返回", - "loding_list": "列表加載中...", + "loding_list": "列表加载中...", "loding_list_fail": "列表加载失败" } diff --git a/src/renderer/utils/music/kw/songList.js b/src/renderer/utils/music/kw/songList.js index 192b1067..65c87f36 100644 --- a/src/renderer/utils/music/kw/songList.js +++ b/src/renderer/utils/music/kw/songList.js @@ -22,7 +22,8 @@ export default { ], regExps: { // http://www.kuwo.cn/playlist_detail/2886046289 - listDetailLink: /^.+\/playlist_detail\/(\d+)(?:\?.*|&.*$|#.*$|$)/, + // https://m.kuwo.cn/h5app/playlist/2736267853?t=qqfriend + listDetailLink: /^.+\/playlist(?:_detail)?\/(\d+)(?:\?.*|&.*$|#.*$|$)/, }, tagsUrl: 'http://wapi.kuwo.cn/api/pc/classify/playlist/getTagList?cmd=rcm_keyword_playlist&user=0&prod=kwplayer_pc_9.0.5.0&vipver=9.0.5.0&source=kwplayer_pc_9.0.5.0&loginUid=0&loginSid=0&appUid=76039576', hotTagUrl: 'http://wapi.kuwo.cn/api/pc/classify/playlist/getRcmTagList?loginUid=0&loginSid=0&appUid=76039576',