mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
* feat(route): add Infuse Release Notes * Update lib/v2/firecore/maintainer.js * Update lib/v2/firecore/index.js * Update docs/en/program-update.md * Update lib/v2/firecore/radar.js ---------
14 lines
333 B
JavaScript
14 lines
333 B
JavaScript
module.exports = {
|
|
'firecore.com': {
|
|
_name: 'Infuse',
|
|
'.': [
|
|
{
|
|
title: 'Release Notes',
|
|
docs: 'https://docs.rsshub.app/program-update.html#infuse',
|
|
source: ['/releases', '/'],
|
|
target: '/firecore/:os?',
|
|
},
|
|
],
|
|
},
|
|
};
|