mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
14 lines
347 B
JavaScript
14 lines
347 B
JavaScript
module.exports = {
|
|
'bytes.dev': {
|
|
_name: 'ui.dev',
|
|
'.': [
|
|
{
|
|
title: 'BYTES - Your weekly dose of JS',
|
|
docs: 'https://docs.rsshub.app/routes/en/programming#ui-dev-bytes',
|
|
source: ['/archives', '/'],
|
|
target: '/bytes',
|
|
},
|
|
],
|
|
},
|
|
};
|