mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 07:40:26 +08:00
14 lines
317 B
JavaScript
14 lines
317 B
JavaScript
module.exports = {
|
|
'ngocn2.org': {
|
|
_name: 'NGOCN',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/new-media.html#ngocn2-fen-lei',
|
|
source: ['/'],
|
|
target: '/ngocn2/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|