RSSHub/lib/v2/whitehouse/radar.js

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',
},
],
},
};