mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
* feat(route): add ui.dev reactnewsletter.com and bytes.dev * fix(route): split reactnewsletter.com and bytes.dev into separate routes * fix(route): typo * fix: add missing radar and maintainer.js
14 lines
339 B
JavaScript
14 lines
339 B
JavaScript
module.exports = {
|
|
'bytes.dev': {
|
|
_name: 'ui.dev',
|
|
'.': [
|
|
{
|
|
title: 'React Newsletter',
|
|
docs: 'https://docs.rsshub.app/en/programming.html#ui-dev-bytes',
|
|
source: ['/issues', '/'],
|
|
target: '/reactnewsletter',
|
|
},
|
|
],
|
|
},
|
|
};
|