mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-04 02:12:08 +08:00
修复无法从歌单界面打开网易歌单详情的问题
This commit is contained in:
parent
78b1286b21
commit
fdf7b13e9f
@ -1,19 +1,3 @@
|
|||||||
如果你喜欢并经常使用洛雪音乐,并想要第一时间尝鲜洛雪的新功能,可以加入测试企鹅群768786588,
|
|
||||||
注意:测试版的功可能会不稳定,打算潜水的勿加。
|
|
||||||
|
|
||||||
### 新增
|
|
||||||
|
|
||||||
- 新增横屏状态下的播放详情页
|
|
||||||
- 新增橙、粉、灰主题色
|
|
||||||
- 新增桌面歌词的字体大小、透明度设置
|
|
||||||
- 新增我的列表内歌曲搜索定位功能
|
|
||||||
|
|
||||||
### 调整
|
|
||||||
|
|
||||||
- 为了与搜索、歌单操作栏位置统一,现将我的列表-收藏的列表操作栏由底部挪到顶部
|
|
||||||
|
|
||||||
### 修复
|
### 修复
|
||||||
|
|
||||||
- 修复tx源的歌词无法显示的问题
|
- 修复无法从歌单界面打开网易歌单详情的问题
|
||||||
- 修复随机播放模式下使用稍后播放功能会导致歌曲单曲循环的问题
|
|
||||||
- 修复某些情况下桌面歌词会导致APP崩溃的问题
|
|
||||||
|
@ -65,7 +65,7 @@ export default {
|
|||||||
if (this._requestObj_listDetail) this._requestObj_listDetail.cancelHttp()
|
if (this._requestObj_listDetail) this._requestObj_listDetail.cancelHttp()
|
||||||
if (tryNum > 2) return Promise.reject(new Error('try max num'))
|
if (tryNum > 2) return Promise.reject(new Error('try max num'))
|
||||||
|
|
||||||
if (id.includes('###')) {
|
if (/###/.test(id)) {
|
||||||
const [url, token] = id.split('###')
|
const [url, token] = id.split('###')
|
||||||
id = url
|
id = url
|
||||||
this.cookie = `MUSIC_U=${token}`
|
this.cookie = `MUSIC_U=${token}`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user