fix: use link as guid in route guanchazhe (#5310)
* feat: add 三界异次元 * feat: add routes for Emi and Alter * fix: remove duplicate docs * fix: use link as guid Co-authored-by: DIYgod <diy.d.god@gmail.com>
This commit is contained in:
parent
72736bc7f0
commit
7343b3ed7d
|
|
@ -266,7 +266,6 @@ module.exports = async (ctx) => {
|
|||
link: item.pageurl,
|
||||
category: item.category,
|
||||
author: item.category,
|
||||
guid: item.id,
|
||||
})),
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue