diff --git a/lib/routes/dongqiudi/top_news.js b/lib/routes/dongqiudi/top_news.js index be4bfe373..3e1054dfa 100644 --- a/lib/routes/dongqiudi/top_news.js +++ b/lib/routes/dongqiudi/top_news.js @@ -12,7 +12,7 @@ module.exports = async (ctx) => { const out = await Promise.all( data.map(async (item) => { const title = item.title; - const itemUrl = item.share; + const itemUrl = `https://www.dongqiudi.com/news/${item.id}.html`; const cache = await ctx.cache.get(itemUrl); if (cache) {