Files
RSSHub/lib/v2/rsshub/radar.js
Tony 39d3e88424 feat(route): rsshub en routes (#9122)
* feat(route): rsshub en routes

* fix: add radar.js
2022-02-16 22:11:18 +08:00

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