From 002f41f55918a884ff588945868239ec22334bff Mon Sep 17 00:00:00 2001 From: Ethan Shen Date: Thu, 7 Jan 2021 21:31:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=8F=E9=BB=91=E7=9B=92=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E6=96=B0=E9=97=BB=E5=8E=9F=E6=96=87=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/xiaoheihe/news.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/routes/xiaoheihe/news.js b/lib/routes/xiaoheihe/news.js index 1eb2d2f82..a00a6730b 100644 --- a/lib/routes/xiaoheihe/news.js +++ b/lib/routes/xiaoheihe/news.js @@ -38,6 +38,7 @@ module.exports = async (ctx) => { // 存放到缓存区 ctx.cache.set(cacheKey, content); news.description = content; + news.link = `https://api.xiaoheihe.cn/maxnews/app/share/detail/${newsId}`; } return Promise.resolve(news);