mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
14 lines
333 B
JavaScript
14 lines
333 B
JavaScript
module.exports = {
|
|
'picuki.com': {
|
|
_name: 'Picuki',
|
|
www: [
|
|
{
|
|
title: '用户',
|
|
docs: 'https://docs.rsshub.app/routes/social-media#picuki-yong-hu',
|
|
source: '/profile/:id',
|
|
target: '/picuki/profile/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|