提交 15a07f44 编写于 作者: H hjdhnx

alist增加音频显示

上级 b45acfa4
3.9.26
\ No newline at end of file
3.9.26beta1
\ No newline at end of file
......@@ -163,8 +163,8 @@ function init(ext) {
isFolder(data) { return data.type === 1 },
isVideo(data) { //判断是否是 视频文件
// return this.settings.v3 ? data.type === 2 : data.type === 3
// 增加音乐识别
return this.settings.v3 ? (data.type === 2||data.type===0) : (data.type === 3||data.type===0)
// 增加音乐识别 视频,其他,音频
return this.settings.v3 ? (data.type === 2||data.type===0||data.type===3) : (data.type === 3||data.type===0||data.type === 4)
},
is_subt(data) {
if (data.type === 1) {
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册