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