mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
style: auto format
This commit is contained in:
@@ -32,23 +32,23 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
web: [
|
web: [
|
||||||
{
|
{
|
||||||
title: "用户动态",
|
title: '用户动态',
|
||||||
docs:"https://docs.rsshub.app/social-media.html#ji-ke",
|
docs: 'https://docs.rsshub.app/social-media.html#ji-ke',
|
||||||
source:"/u/:uid",
|
source: '/u/:uid',
|
||||||
target:"/jike/user/:uid"
|
target: '/jike/user/:uid',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title:"圈子",
|
title: '圈子',
|
||||||
docs:"https://docs.rsshub.app/social-media.html#ji-ke",
|
docs: 'https://docs.rsshub.app/social-media.html#ji-ke',
|
||||||
source:"/topic/:id",
|
source: '/topic/:id',
|
||||||
target:"/jike/topic/:id"
|
target: '/jike/topic/:id',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title:"圈子 - 纯文字",
|
title: '圈子 - 纯文字',
|
||||||
docs:"https://docs.rsshub.app/social-media.html#ji-ke",
|
docs: 'https://docs.rsshub.app/social-media.html#ji-ke',
|
||||||
source:"/topic/:id",
|
source: '/topic/:id',
|
||||||
target:"/jike/topic/text/:id"
|
target: '/jike/topic/text/:id',
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user