Files
RSSHub/lib/v2/c114/radar.js
Ethan Shen 4e65978b0c feat(route): add C114通信网滚动新闻 (#9651)
feat(route): add C114通信网滚动新闻
2022-04-29 01:12:31 +01:00

14 lines
363 B
JavaScript

module.exports = {
'c114.com.cn': {
_name: 'C114通信网',
'.': [
{
title: '滚动新闻',
docs: 'https://docs.rsshub.app/new-media.html#c114-tong-xin-wang-gun-dong-xin-wen',
source: ['/news/roll.asp', '/'],
target: '/c114/roll',
},
],
},
};