mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
14 lines
330 B
JavaScript
14 lines
330 B
JavaScript
module.exports = {
|
|
'hex-rays.com': {
|
|
_name: 'Hex-Rays',
|
|
'.': [
|
|
{
|
|
title: 'Hex-Rays News',
|
|
docs: 'https://docs.rsshub.app/programming.html#hex-rays',
|
|
source: ['/', '/blog'],
|
|
target: '/hex-rays/news',
|
|
},
|
|
],
|
|
},
|
|
};
|