From eb6816b83b55efa6a2ce48a19db78affc9d92adc Mon Sep 17 00:00:00 2001 From: tmr Date: Tue, 14 Apr 2020 20:44:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=9F=A5=E4=B9=8E?= =?UTF-8?q?=E6=97=A5=E6=8A=A5=E5=8E=9F=E5=A7=8B=E9=93=BE=E6=8E=A5=EF=BC=8C?= =?UTF-8?q?news-at=E5=AD=90=E5=9F=9F=E6=9B=B4=E6=8D=A2=E4=B8=BAdaily?= =?UTF-8?q?=E5=AD=90=E5=9F=9F=20(#4450)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/zhihu/daily.js | 2 +- lib/routes/zhihu/daily_section.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/routes/zhihu/daily.js b/lib/routes/zhihu/daily.js index b5459fdc94..70b8bcf1d7 100644 --- a/lib/routes/zhihu/daily.js +++ b/lib/routes/zhihu/daily.js @@ -21,7 +21,7 @@ module.exports = async (ctx) => { const item = { title: story.title, description: '', - link: 'https://news-at.zhihu.com/story/' + story.id, + link: 'https://daily.zhihu.com/story/' + story.id, }; const key = 'daily' + story.id; const value = await ctx.cache.get(key); diff --git a/lib/routes/zhihu/daily_section.js b/lib/routes/zhihu/daily_section.js index b4dff44ad8..faddceb0b8 100644 --- a/lib/routes/zhihu/daily_section.js +++ b/lib/routes/zhihu/daily_section.js @@ -22,7 +22,7 @@ module.exports = async (ctx) => { const item = { title: story.title, description: '', - link: 'https://news-at.zhihu.com/story/' + story.id, + link: 'https://daily.zhihu.com/story/' + story.id, }; const key = 'daily' + story.id; const value = await ctx.cache.get(key);