mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 09:38:04 +08:00
fix(route): 修复电鸭社区和登链社区的radar问题 (#11765)
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = {
|
||||
title: '分类文章',
|
||||
docs: 'https://docs.rsshub.app/programming.html#deng-lian-she-qu-wen-zhang',
|
||||
source: '/categories/:cid/:sort?',
|
||||
target: (params) => `/learnblockchain/posts/${params.cid}/${params.sort}`,
|
||||
target: (params) => `/learnblockchain/posts/${params.cid || 'all'}/${params.sort || 'featured'}`,
|
||||
},
|
||||
{
|
||||
title: '全部文章',
|
||||
|
||||
Reference in New Issue
Block a user