mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
20 lines
549 B
JavaScript
20 lines
549 B
JavaScript
module.exports = {
|
|
'gitpod.io': {
|
|
_name: 'Gitpod',
|
|
'.': [
|
|
{
|
|
title: '博客',
|
|
docs: 'https://docs.rsshub.app/routes/programming#gitpod',
|
|
source: ['/blog', '/'],
|
|
target: '/gitpod/blog',
|
|
},
|
|
{
|
|
title: '更新日志',
|
|
docs: 'https://docs.rsshub.app/routes/programming#gitpod',
|
|
source: ['/changelog', '/'],
|
|
target: '/gitpod/changelog',
|
|
},
|
|
],
|
|
},
|
|
};
|