Signed-off-by: ueiu <bautuoyoul@gmail.com>
This commit is contained in:
parent
dc4e8d5e2e
commit
020fea8dd0
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue