fix: 修复知乎日报原始链接,news-at子域更换为daily子域 (#4450)

This commit is contained in:
tmr
2020-04-14 20:44:58 +08:00
committed by GitHub
parent b174fda384
commit eb6816b83b
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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);