fix 年份开头有空格问题

This commit is contained in:
theluyuan 2023-09-03 17:05:58 +08:00
parent 8b7af9535c
commit 4d2f109e2b

View File

@ -132,7 +132,7 @@ async function getInfo(id, i) {
img.value = i
let res = await getVideoInfo(id)
info.value = res.data.format.replace('img1.doubanio','img9.doubanio')
year.value = res.data.year
year.value = res.data.year.trim()
imdb = res.data.imdb_link || ""
console.info(res.data.trans_title.length)
if (res.data.trans_title.length === 0) {