移除多余代码
parent
d128aeb6ef
commit
9e1fe0a6c1
|
@ -16,4 +16,4 @@
|
|||
- 修复搜索列表双击不支持播放的源时会导致切歌的问题
|
||||
- 修复歌单列表加载失败时无法进入歌单打开界面的问题
|
||||
- 修复mg源歌单列表无法加载的问题
|
||||
- 修复kg歌曲详情页的歌曲无法播放的问题
|
||||
- 修复kg跳转到官方歌曲详情页的歌曲无法播放的问题
|
||||
|
|
|
@ -301,26 +301,26 @@ export default {
|
|||
? `${this.version.downloadProgress.percent.toFixed(2)}% - ${sizeFormate(this.version.downloadProgress.transferred)}/${sizeFormate(this.version.downloadProgress.total)} - ${sizeFormate(this.version.downloadProgress.bytesPerSecond)}/s`
|
||||
: this.$t('view.setting.update_init')
|
||||
},
|
||||
togglePlayMethods() {
|
||||
return [
|
||||
{
|
||||
name: this.$t('view.setting.play_toggle_list_loop'),
|
||||
value: 'listLoop',
|
||||
},
|
||||
{
|
||||
name: this.$t('view.setting.play_toggle_random'),
|
||||
value: 'random',
|
||||
},
|
||||
{
|
||||
name: this.$t('view.setting.play_toggle_list'),
|
||||
value: 'list',
|
||||
},
|
||||
{
|
||||
name: this.$t('view.setting.play_toggle_single_loop'),
|
||||
value: 'singleLoop',
|
||||
},
|
||||
]
|
||||
},
|
||||
// togglePlayMethods() {
|
||||
// return [
|
||||
// {
|
||||
// name: this.$t('view.setting.play_toggle_list_loop'),
|
||||
// value: 'listLoop',
|
||||
// },
|
||||
// {
|
||||
// name: this.$t('view.setting.play_toggle_random'),
|
||||
// value: 'random',
|
||||
// },
|
||||
// {
|
||||
// name: this.$t('view.setting.play_toggle_list'),
|
||||
// value: 'list',
|
||||
// },
|
||||
// {
|
||||
// name: this.$t('view.setting.play_toggle_single_loop'),
|
||||
// value: 'singleLoop',
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
apiSources() {
|
||||
return apiSourceInfo.map(api => ({
|
||||
id: api.id,
|
||||
|
|
Loading…
Reference in New Issue