Files
RSSHub/lib/v2/rsshub/radar.js
2023-08-15 03:12:12 +01:00

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',
},
],
},
};