mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
14 lines
366 B
JavaScript
14 lines
366 B
JavaScript
module.exports = {
|
|
'people.com': {
|
|
_name: '人民网',
|
|
liuyan: [
|
|
{
|
|
title: '领导留言板',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#ren-min-wang-ling-dao-liu-yan-ban',
|
|
source: '/',
|
|
target: '/people/liuyan/:id/:state?',
|
|
},
|
|
],
|
|
},
|
|
};
|