mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-04 01:42:10 +08:00
移除wy源歌单列表按“最新”排序的按钮
This commit is contained in:
parent
7b50b9d016
commit
20f293f048
@ -5,3 +5,7 @@
|
|||||||
### 修复
|
### 修复
|
||||||
|
|
||||||
- 修复mg源搜索失效的问题
|
- 修复mg源搜索失效的问题
|
||||||
|
|
||||||
|
### 移除
|
||||||
|
|
||||||
|
- 因wy源的歌单列表已没有“最新”排序的选项,所以现跟随移除wy源歌单列表按“最新”排序的按钮
|
||||||
|
@ -23,11 +23,11 @@ export default {
|
|||||||
tid: 'hot',
|
tid: 'hot',
|
||||||
id: 'hot',
|
id: 'hot',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: '最新',
|
// name: '最新',
|
||||||
tid: 'new',
|
// tid: 'new',
|
||||||
id: 'new',
|
// id: 'new',
|
||||||
},
|
// },
|
||||||
],
|
],
|
||||||
regExps: {
|
regExps: {
|
||||||
listDetailLink: /^.+(?:\?|&)id=(\d+)(?:&.*$|#.*$|$)/,
|
listDetailLink: /^.+(?:\?|&)id=(\d+)(?:&.*$|#.*$|$)/,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user