From 020fea8dd02babc79cf189479ebd88ef75d714c3 Mon Sep 17 00:00:00 2001 From: ueiu <39592269+ueiu@users.noreply.github.com> Date: Mon, 21 Sep 2020 04:19:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20HPOI=E6=83=85=E6=8A=A5=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E6=8A=93=E5=8F=96=E5=9B=BE=E7=89=87(#5352)?= =?UTF-8?q?=20(#5659)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ueiu --- lib/routes/hpoi/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/hpoi/info.js b/lib/routes/hpoi/info.js index ee0ce344a..31f66f68e 100644 --- a/lib/routes/hpoi/info.js +++ b/lib/routes/hpoi/info.js @@ -31,7 +31,7 @@ module.exports = async (ctx) => { pubDate: date(infoTime), link: `${baseUrl}/${relativeLink}`, category: infoType, - description: [`类型:${typeName}`, infoTitle, `更新内容: ${infoType}`, ``].join('
'), + description: [`类型:${typeName}`, infoTitle, `更新内容: ${infoType}`, ``].join('
'), }; }) .get();