mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-14 01:00:38 +08:00
* Add whitehouse/ostp 美国白宫科学技术政策办公室 US Whitehouse Office Of Science And Technology Policy * Add whitehouse OSTP, update english docs
20 lines
659 B
JavaScript
20 lines
659 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',
|
|
},
|
|
{
|
|
title: '科技政策办公室',
|
|
docs: 'https://docs.rsshub.app/government.html#mei-guo-bai-gong-ban-gong-ting',
|
|
source: ['/ostp', '/'],
|
|
target: '/whitehouse/ostp',
|
|
},
|
|
],
|
|
},
|
|
};
|