From 7343b3ed7db896be20ce5b35ddaef8c8b43994da Mon Sep 17 00:00:00 2001 From: Luyu Huang Date: Sat, 1 Aug 2020 21:02:05 +0800 Subject: [PATCH] fix: use link as guid in route guanchazhe (#5310) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: add 三界异次元 * feat: add routes for Emi and Alter * fix: remove duplicate docs * fix: use link as guid Co-authored-by: DIYgod --- lib/routes/guanchazhe/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/routes/guanchazhe/index.js b/lib/routes/guanchazhe/index.js index 65fca7d73..18209cd29 100644 --- a/lib/routes/guanchazhe/index.js +++ b/lib/routes/guanchazhe/index.js @@ -266,7 +266,6 @@ module.exports = async (ctx) => { link: item.pageurl, category: item.category, author: item.category, - guid: item.id, })), }; };