mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 13:39:35 +08:00
20 lines
566 B
JavaScript
20 lines
566 B
JavaScript
module.exports = {
|
|
'rsshub.app': {
|
|
_name: 'RSSHub',
|
|
docs: [
|
|
{
|
|
title: '有新路由啦',
|
|
docs: 'https://docs.rsshub.app/program-update.html#rsshub',
|
|
source: ['', '/*tpath'],
|
|
target: '/rsshub/routes',
|
|
},
|
|
{
|
|
title: '有新赞助商啦',
|
|
docs: 'https://docs.rsshub.app/program-update.html#rsshub',
|
|
source: ['', '/*tpath'],
|
|
target: '/rsshub/sponsors',
|
|
},
|
|
],
|
|
},
|
|
};
|