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: [
{
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',
},
],
},
};