mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 02:58:08 +08:00
14 lines
365 B
JavaScript
14 lines
365 B
JavaScript
module.exports = {
|
|
'c114.com.cn': {
|
|
_name: 'C114通信网',
|
|
'.': [
|
|
{
|
|
title: '滚动新闻',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#c114-tong-xin-wang-gun-dong-xin-wen',
|
|
source: ['/news/roll.asp', '/'],
|
|
target: '/c114/roll',
|
|
},
|
|
],
|
|
},
|
|
};
|