mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
14 lines
363 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|