mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-04 03:32:10 +08:00
修复从电脑浏览器复制的企鹅歌单链接无法打开的问题
This commit is contained in:
parent
60a698ab88
commit
5ba8fd6a0b
@ -5,6 +5,7 @@
|
|||||||
### 修复
|
### 修复
|
||||||
|
|
||||||
- 修复某些情况下桌面歌词会导致APP崩溃的问题
|
- 修复某些情况下桌面歌词会导致APP崩溃的问题
|
||||||
|
- 修复从电脑浏览器复制的企鹅歌单链接无法打开的问题
|
||||||
|
|
||||||
### 其他
|
### 其他
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ export default {
|
|||||||
|
|
||||||
// https://y.qq.com/n/yqq/playlist/7217720898.html
|
// https://y.qq.com/n/yqq/playlist/7217720898.html
|
||||||
// https://i.y.qq.com/n2/m/share/details/taoge.html?platform=11&appshare=android_qq&appversion=9050006&id=7217720898&ADTAG=qfshare
|
// https://i.y.qq.com/n2/m/share/details/taoge.html?platform=11&appshare=android_qq&appversion=9050006&id=7217720898&ADTAG=qfshare
|
||||||
listDetailLink1: /^.+(?:\?|&)id=(\d+)(?:&.*$|#.*$|$)/,
|
listDetailLink1: /^.+(?:(?:\?|&)id=|ryqq\/playlist\/)(\d+)(?:&.*$|#.*$|$)/,
|
||||||
listDetailLink2: /^.+\/(\d+)\.html(?:\?.*|&.*$|#.*$|$)/,
|
listDetailLink2: /^.+\/(\d+)\.html(?:\?.*|&.*$|#.*$|$)/,
|
||||||
},
|
},
|
||||||
tagsUrl: 'https://u.y.qq.com/cgi-bin/musicu.fcg?loginUin=0&hostUin=0&format=json&inCharset=utf-8&outCharset=utf-8¬ice=0&platform=wk_v15.json&needNewCode=0&data=%7B%22tags%22%3A%7B%22method%22%3A%22get_all_categories%22%2C%22param%22%3A%7B%22qq%22%3A%22%22%7D%2C%22module%22%3A%22playlist.PlaylistAllCategoriesServer%22%7D%7D',
|
tagsUrl: 'https://u.y.qq.com/cgi-bin/musicu.fcg?loginUin=0&hostUin=0&format=json&inCharset=utf-8&outCharset=utf-8¬ice=0&platform=wk_v15.json&needNewCode=0&data=%7B%22tags%22%3A%7B%22method%22%3A%22get_all_categories%22%2C%22param%22%3A%7B%22qq%22%3A%22%22%7D%2C%22module%22%3A%22playlist.PlaylistAllCategoriesServer%22%7D%7D',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user