fix 豆瓣海报无法展示

This commit is contained in:
SummerTail 2023-07-31 23:12:29 +08:00
parent 629ef4167b
commit c4f88a5368

View File

@ -128,7 +128,7 @@ async function getInfo(id, i) {
vid = id
img.value = i
let res = await getVideoInfo(id)
info.value = res.data.format
info.value = res.data.format.replace('img1.doubanio','img9.doubanio')
year.value = res.data.year
imdb = res.data.imdb_link || ""
console.info(res.data.trans_title.length)
@ -239,4 +239,4 @@ async function addsubscribe() {
.image {
width: 100%;
display: block;
}</style>
}</style>