fix: HPOI情报无法正确抓取图片(#5352) (#5659)

Signed-off-by: ueiu <bautuoyoul@gmail.com>
This commit is contained in:
ueiu 2020-09-21 04:19:30 +08:00 committed by GitHub
parent dc4e8d5e2e
commit 020fea8dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ module.exports = async (ctx) => {
pubDate: date(infoTime),
link: `${baseUrl}/${relativeLink}`,
category: infoType,
description: [`类型:${typeName}`, infoTitle, `更新内容: ${infoType}`, `<img src=""${imgUrl}/>`].join('<br/>'),
description: [`类型:${typeName}`, infoTitle, `更新内容: ${infoType}`, `<img src="${imgUrl}"/>`].join('<br/>'),
};
})
.get();