From e22073fadf207f4e083c02fff10ef186a333ffb2 Mon Sep 17 00:00:00 2001 From: yangshuqing <1078808297@qq.com> Date: Wed, 27 Nov 2019 00:45:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20ITSlide=E5=9B=BE=E7=89=87=E5=92=8C?= =?UTF-8?q?=E5=8E=9F=E6=96=87=E9=93=BE=E6=8E=A5=E6=98=BE=E7=A4=BAbug=20(#3?= =?UTF-8?q?486)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/itslide/new.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/routes/itslide/new.js b/lib/routes/itslide/new.js index c65b185d63..86b28ad141 100644 --- a/lib/routes/itslide/new.js +++ b/lib/routes/itslide/new.js @@ -23,6 +23,7 @@ module.exports = async (ctx) => { .attr('title'); const link = baseUrl + + '/' + $(item) .find('a') .attr('href') @@ -43,7 +44,8 @@ module.exports = async (ctx) => { description: `描述: ${title}
时间:${upTime}
浏览:${views}
- 预览:`, + 预览:
+ 全文:${link}`, pubDate: $(item) .find('.mod-post-tip .pr') .text(),