style: auto format

This commit is contained in:
github-actions[bot]
2023-07-13 08:50:31 +00:00
parent e4c106a208
commit 9f710a84a9

View File

@@ -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',
} },
] ],
}, },
}; };