mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
14 lines
355 B
JavaScript
14 lines
355 B
JavaScript
module.exports = {
|
|
'cahkms.org': {
|
|
_name: '全国港澳研究会',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#quan-guo-gang-ao-yan-jiu-hui-fen-lei',
|
|
source: '/',
|
|
target: '/cahkms/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|