From 95db349973ae66f3a7e2a3a4413e2c0d63e6c98b Mon Sep 17 00:00:00 2001 From: lyswhut Date: Fri, 27 Sep 2019 11:51:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=85=B7=E6=88=91=E9=9F=B3?= =?UTF-8?q?=E6=BA=90=20ape=20=E9=9F=B3=E8=B4=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish/changeLog.md | 5 +++++ src/renderer/utils/music/kw/leaderboard.js | 12 ++++++------ src/renderer/utils/music/kw/musicSearch.js | 12 ++++++------ 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/publish/changeLog.md b/publish/changeLog.md index ed2f4a32..6fff05bf 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -14,3 +14,8 @@ - 修复请求超时的逻辑处理Bug,尝试修复请求无法取消导致的正在播放的歌曲与界面显示的信息不一致的问题 - 修复其他一些小Bug + +### 移除 + +- 移除192k音质 +- 移除酷我音源 `ape` 音质,无损推荐 `flac` 格式 diff --git a/src/renderer/utils/music/kw/leaderboard.js b/src/renderer/utils/music/kw/leaderboard.js index eece00c9..118e48ec 100644 --- a/src/renderer/utils/music/kw/leaderboard.js +++ b/src/renderer/utils/music/kw/leaderboard.js @@ -131,12 +131,12 @@ export default { size: null, } } - if (formats.indexOf('AL')) { - types.push({ type: 'ape', size: null }) - _types.ape = { - size: null, - } - } + // if (formats.indexOf('AL')) { + // types.push({ type: 'ape', size: null }) + // _types.ape = { + // size: null, + // } + // } if (formats.indexOf('ALFLAC')) { types.push({ type: 'flac', size: null }) _types.flac = { diff --git a/src/renderer/utils/music/kw/musicSearch.js b/src/renderer/utils/music/kw/musicSearch.js index ec39ea09..64cc13c7 100644 --- a/src/renderer/utils/music/kw/musicSearch.js +++ b/src/renderer/utils/music/kw/musicSearch.js @@ -66,12 +66,12 @@ export default { size: info[3].toLocaleUpperCase(), } break - case 'ape': - types.push({ type: 'ape', size: info[3] }) - _types.ape = { - size: info[3].toLocaleUpperCase(), - } - break + // case 'ape': + // types.push({ type: 'ape', size: info[3] }) + // _types.ape = { + // size: info[3].toLocaleUpperCase(), + // } + // break case 'mp3': switch (info[1]) { case '320':