mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 22:19:40 +08:00
* refactor(route)(picuki/profile): migrate to v2 other changes: fix linebreak fix header add location `displayVideo` param defaults to enable Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com> * refactor(route)(picuki/profile): use template Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com> * feat(route)(picuki/profile): fetch stories Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
14 lines
331 B
JavaScript
14 lines
331 B
JavaScript
module.exports = {
|
|
'picuki.com': {
|
|
_name: 'Picuki',
|
|
www: [
|
|
{
|
|
title: '用户',
|
|
docs: 'https://docs.rsshub.app/social-media.html#picuki-yong-hu',
|
|
source: '/profile/:id',
|
|
target: '/picuki/profile/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|