From a4a6a782c93238ba68ec9f7b2675b406f709df7e Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sat, 10 Dec 2022 13:11:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dkg=E6=9F=90=E4=BA=9B=E6=AD=8C?= =?UTF-8?q?=E5=8D=95=E9=93=BE=E6=8E=A5=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish/changeLog.md | 1 + src/utils/music/kg/songList.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/publish/changeLog.md b/publish/changeLog.md index 5376157..2d4ed9d 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -1,3 +1,4 @@ ### 修复 - 修复某些歌曲的桌面歌词翻译或罗马音没有显示的问题 +- 修复kg某些歌单链接无法打开的问题 diff --git a/src/utils/music/kg/songList.js b/src/utils/music/kg/songList.js index 7cd13af..3477fe3 100644 --- a/src/utils/music/kg/songList.js +++ b/src/utils/music/kg/songList.js @@ -508,7 +508,7 @@ export default { } else return this.getUserListDetail3(location.replace(/.+\/(\w+).html(?:\?.*|&.*$|#.*$|$)/, '$1'), page) } // console.log('location', location) - return this.getUserListDetail(link, page, ++retryNum) + // return this.getUserListDetail(link, page, ++retryNum) } if (typeof body == 'string') return this.getUserListDetail2(body.replace(/^[\s\S]+?"global_collection_id":"(\w+)"[\s\S]+?$/, '$1')) if (body.errcode !== 0) return this.getUserListDetail(link, page, ++retryNum)