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: [
|
||||
{
|
||||
title: "用户动态",
|
||||
docs:"https://docs.rsshub.app/social-media.html#ji-ke",
|
||||
source:"/u/:uid",
|
||||
target:"/jike/user/:uid"
|
||||
title: '用户动态',
|
||||
docs: 'https://docs.rsshub.app/social-media.html#ji-ke',
|
||||
source: '/u/:uid',
|
||||
target: '/jike/user/:uid',
|
||||
},
|
||||
{
|
||||
title:"圈子",
|
||||
docs:"https://docs.rsshub.app/social-media.html#ji-ke",
|
||||
source:"/topic/:id",
|
||||
target:"/jike/topic/:id"
|
||||
title: '圈子',
|
||||
docs: 'https://docs.rsshub.app/social-media.html#ji-ke',
|
||||
source: '/topic/:id',
|
||||
target: '/jike/topic/:id',
|
||||
},
|
||||
{
|
||||
title:"圈子 - 纯文字",
|
||||
docs:"https://docs.rsshub.app/social-media.html#ji-ke",
|
||||
source:"/topic/:id",
|
||||
target:"/jike/topic/text/:id"
|
||||
}
|
||||
]
|
||||
title: '圈子 - 纯文字',
|
||||
docs: 'https://docs.rsshub.app/social-media.html#ji-ke',
|
||||
source: '/topic/:id',
|
||||
target: '/jike/topic/text/:id',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user