移除wy源歌单列表按“最新”排序的按钮

This commit is contained in:
lyswhut 2021-06-30 11:56:40 +08:00
parent 7b50b9d016
commit 20f293f048
2 changed files with 9 additions and 5 deletions

View File

@ -5,3 +5,7 @@
### 修复 ### 修复
- 修复mg源搜索失效的问题 - 修复mg源搜索失效的问题
### 移除
- 因wy源的歌单列表已没有“最新”排序的选项所以现跟随移除wy源歌单列表按“最新”排序的按钮

View File

@ -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+)(?:&.*$|#.*$|$)/,