mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 09:38:04 +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
345 B
JavaScript
14 lines
345 B
JavaScript
module.exports = {
|
|
'bytes.dev': {
|
|
_name: 'ui.dev',
|
|
'.': [
|
|
{
|
|
title: 'BYTES - Your weekly dose of JS',
|
|
docs: 'https://docs.rsshub.app/en/programming.html#ui-dev-bytes',
|
|
source: ['/archives', '/'],
|
|
target: '/bytes',
|
|
},
|
|
],
|
|
},
|
|
};
|