mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
14 lines
335 B
JavaScript
14 lines
335 B
JavaScript
module.exports = {
|
|
'voc.com.cn': {
|
|
_name: '华声在线',
|
|
'.': [
|
|
{
|
|
title: '湖南日报',
|
|
docs: 'https://docs.rsshub.app/routes/journal#hu-nan-ri-bao-dian-zi-kan-wu',
|
|
source: ['/'],
|
|
target: '/hnrb/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|