mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
14 lines
328 B
JavaScript
14 lines
328 B
JavaScript
module.exports = {
|
|
'gotokeep.com': {
|
|
_name: 'Keep',
|
|
'.': [
|
|
{
|
|
title: '用户运动日记',
|
|
docs: 'https://docs.rsshub.app/routes/social-media#keep',
|
|
source: '/users/:id',
|
|
target: '/keep/user/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|