File tree Expand file tree Collapse file tree
src/renderer/utils/music/kw Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #### 新增
2-
3- - 新增网易云源歌曲搜索
4- - 新增网易云源歌单
5- - 新增各平台通过输入歌单链接或歌单ID打开歌单详情列表,目前只适配了** 网页版歌单链接** ,其他方式的歌单链接可能无法解析,但你可想办法获取歌单ID后输入打开。注:各平台歌单ID均为纯数字,若遇到链接里存在歌单ID但无法解析的歌单链接,可以到GitHub提交issue或发送邮件或加群830125506反馈!
6- - 新增音量调整滑动功能,现在支持鼠标左右拖动调整音量了
7-
8- #### 优化
9-
10- - 优化搜索框搜索体验
11- - 优化音量条交互视觉效果
12- - 缓存歌单详情列表数据
13-
141#### 修复
152
16- - 修复QQ源歌单无法翻页Bug
17- - 修复默认列表没有创建时无法显示收藏列表的Bug
18- - 修复网易云128k直接试听
19- - 修复歌曲音质不存在时仍然播放或下载的Bug
20- - 修复调整音量时,调整的位置与鼠标点击的位置不一致的问题
3+ - 修复酷我源搜索歌曲结果未添加128k音质导致播放128k音质时显示“该歌曲没有可播放的音频”的问题
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export default {
8080 size : info [ 3 ] . toLocaleUpperCase ( ) ,
8181 }
8282 break
83- // case '192':
83+ case '192' :
8484 // types.push({ type: '192k', size: info[3] })
8585 // _types['192k'] = {
8686 // size: info[3].toLocaleUpperCase(),
You can’t perform that action at this time.
0 commit comments