File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ### 修复
1+ ### 移除
22
3- - 修复下载过程中出错重试5次都失败后不会自动开始下一个任务的Bug
4- - 修复播放到一半URL过期时不会刷新URL直接播放下一首的问题
3+ - 移除列表栏设置的隐藏专辑栏选项(感觉这个设置并没有什么luan用,并且还会打破布局)
Original file line number Diff line number Diff line change 1111 :indeterminate ="isIndeterminate" : title= "isSelectAll && !isIndeterminate ? '全不选' : '全选'" )
1212 th.nobreak ( style ="width: 25%;" ) 歌曲名
1313 th.nobreak ( style ="width: 20%;" ) 歌手
14- th.nobreak ( style ="width: 20%;" v-if = "setting.list.isShowAlbumName" ) 专辑
14+ th.nobreak ( style ="width: 20%;" ) 专辑
1515 th.nobreak ( style ="width: 20%;" ) 操作
1616 th.nobreak ( style ="width: 10%;" ) 时长
1717 div.scroll ( :class ="$style.tbody" )
2828 //- span.badge.badge-info(v-if="item._types.ape") APE
2929 //- span.badge.badge-success(v-if="item._types.flac") FLAC
3030 td.break ( style ="width: 20%;" ) {{item.singer}}
31- td.break ( style ="width: 20%;" v-if = "setting.list.isShowAlbumName" ) {{item.albumName}}
31+ td.break ( style ="width: 20%;" ) {{item.albumName}}
3232 td( style ="width: 20%; padding-left: 0; padding-right: 0;" )
3333 material-list-buttons( :index ="index" @btn-click ="handleListBtnClick" )
3434 //- button.btn-info(type='button' v-if="item._types['128k'] || item._types['192k'] || item._types['320k'] || item._types.flac" @click.stop='openDownloadModal(index)') 下载
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ div.scroll(:class="$style.setting")
4545 div
4646 material-checkbox( :id ="`setting_download_musicName_${item.value}`" : class = "$style.gapLeft" name ="setting_download_musicName" : value= "item.value" : key= "item.value" need
4747 v-model ="current_setting.download.fileName" v-for ="item in musicNames" : label= "item.name" )
48- dt 列表设置
49- dd( title ='播放列表是否显示专辑栏' )
48+ //- dt 列表设置
49+ //- dd(title='播放列表是否显示专辑栏')
5050 h3 专辑栏
5151 div
5252 material-checkbox(id="setting_list_showalbum" v-model="current_setting.list.isShowAlbumName" label="是否显示专辑栏")
You can’t perform that action at this time.
0 commit comments