mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
20 lines
551 B
JavaScript
20 lines
551 B
JavaScript
module.exports = {
|
|
'meteor.today': {
|
|
_name: 'Meteor',
|
|
'.': [
|
|
{
|
|
title: '看板',
|
|
docs: 'https://docs.rsshub.app/routes/bbs#meteor',
|
|
source: ['/board/:board', '/board/:board/new'],
|
|
target: '/meteor/board/:board',
|
|
},
|
|
{
|
|
title: '看板列表',
|
|
docs: 'https://docs.rsshub.app/routes/bbs#meteor',
|
|
source: ['/'],
|
|
target: '/meteor/boards',
|
|
},
|
|
],
|
|
},
|
|
};
|