From f45e92faa1500e53522b42940d0103a816f10d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E4=B8=89?= <89683694+Tangsan99999@users.noreply.github.com> Date: Thu, 17 Aug 2023 23:36:24 +0800 Subject: [PATCH] sync --- open/bili_open.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/open/bili_open.js b/open/bili_open.js index 1d44b00..59ca9a5 100644 --- a/open/bili_open.js +++ b/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); }