Skip to content

Commit 95db349

Browse files
committed
移除酷我音源 ape 音质
1 parent 2acef59 commit 95db349

3 files changed

Lines changed: 17 additions & 12 deletions

File tree

publish/changeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@
1414

1515
- 修复请求超时的逻辑处理Bug,尝试修复请求无法取消导致的正在播放的歌曲与界面显示的信息不一致的问题
1616
- 修复其他一些小Bug
17+
18+
### 移除
19+
20+
- 移除192k音质
21+
- 移除酷我音源 `ape` 音质,无损推荐 `flac` 格式

src/renderer/utils/music/kw/leaderboard.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ export default {
131131
size: null,
132132
}
133133
}
134-
if (formats.indexOf('AL')) {
135-
types.push({ type: 'ape', size: null })
136-
_types.ape = {
137-
size: null,
138-
}
139-
}
134+
// if (formats.indexOf('AL')) {
135+
// types.push({ type: 'ape', size: null })
136+
// _types.ape = {
137+
// size: null,
138+
// }
139+
// }
140140
if (formats.indexOf('ALFLAC')) {
141141
types.push({ type: 'flac', size: null })
142142
_types.flac = {

src/renderer/utils/music/kw/musicSearch.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ export default {
6666
size: info[3].toLocaleUpperCase(),
6767
}
6868
break
69-
case 'ape':
70-
types.push({ type: 'ape', size: info[3] })
71-
_types.ape = {
72-
size: info[3].toLocaleUpperCase(),
73-
}
74-
break
69+
// case 'ape':
70+
// types.push({ type: 'ape', size: info[3] })
71+
// _types.ape = {
72+
// size: info[3].toLocaleUpperCase(),
73+
// }
74+
// break
7575
case 'mp3':
7676
switch (info[1]) {
7777
case '320':

0 commit comments

Comments
 (0)