RSSHub/lib/v2/cneb/radar.js

20 lines
633 B
JavaScript

module.exports = {
'cneb.gov.cn': {
_name: '中国国家应急广播',
'.': [
{
title: '应急新闻',
docs: 'https://docs.rsshub.app/routes/forecast#zhong-guo-guo-jia-ying-ji-guang-bo',
source: ['/yjxw/:category?', '/'],
target: '/cneb/yjxw/:category?',
},
{
title: '预警信息',
docs: 'https://docs.rsshub.app/routes/forecast#zhong-guo-guo-jia-ying-ji-guang-bo',
source: ['/yjxx', '/'],
target: '/cneb/yjxx',
},
],
},
};