mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-15 01:30:33 +08:00
* feat: add whitehouse briefing room * refactor: migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
14 lines
402 B
JavaScript
14 lines
402 B
JavaScript
module.exports = {
|
|
'whitehouse.gov': {
|
|
_name: '美国白宫办公厅',
|
|
'.': [
|
|
{
|
|
title: '简报室',
|
|
docs: 'https://docs.rsshub.app/government.html#mei-guo-bai-gong-ban-gong-ting',
|
|
source: ['/briefing-room/:category', '/'],
|
|
target: '/whitehouse/briefing-room/:category',
|
|
},
|
|
],
|
|
},
|
|
};
|