更新说明

This commit is contained in:
imsyy
2023-03-14 16:25:18 +08:00
parent 583f7f4b4f
commit 591fa24079
2 changed files with 11 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ const getData = (data) => {
id: v.bvid,
title: v.title,
desc: v.desc,
pic: v.pic,
pic: v.pic.replace(/http:/, "https:"),
owner: v.owner,
data: v.stat,
url: v.short_link,