唐三 2 years ago committed by GitHub
parent 1ee1919c17
commit f45e92faa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      open/bili_open.js

@ -138,6 +138,10 @@ async function homeVod() {
vod.vod_name = removeTags(item.title);
vod.vod_pic = imageUrl;
vod.vod_remarks = item.duration.split(':')[0] + '分钟';
vod.style= {
type: 'rect',
ratio: 1.78,
},
list.push(vod);
}
@ -184,6 +188,10 @@ async function category(tid, page, filter, ext) {
video.vod_name = removeTags(item.title);
video.vod_pic = pic;
video.vod_remarks = item.duration.split(':')[0] + '分钟';
video.style= {
type: 'rect',
ratio: 1.78,
},
videos.push(video);
}

Loading…
Cancel
Save