mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
42 lines
1.5 KiB
JavaScript
42 lines
1.5 KiB
JavaScript
module.exports = {
|
|
'ccf.org.cn': {
|
|
_name: '中国计算机学会',
|
|
'.': [
|
|
{
|
|
title: '新闻',
|
|
docs: 'https://docs.rsshub.app/routes/study#zhong-guo-ji-suan-ji-xue-hui',
|
|
source: ['/:category', '/'],
|
|
target: '/ccf/news/:category',
|
|
},
|
|
],
|
|
ccfcv: [
|
|
{
|
|
title: '计算机视觉专委会 - 学术动态 - 学术前沿',
|
|
docs: 'https://docs.rsshub.app/routes/study#zhong-guo-ji-suan-ji-xue-hui',
|
|
source: ['/ccfcv/xsdt/xsqy/'],
|
|
target: '/ccf/ccfcv/xsdt/xsqy',
|
|
},
|
|
{
|
|
title: '计算机视觉专委会 - 学术动态 - 热点征文',
|
|
docs: 'https://docs.rsshub.app/routes/study#zhong-guo-ji-suan-ji-xue-hui',
|
|
source: ['/ccfcv/xsdt/rdzw/'],
|
|
target: '/ccf/ccfcv/xsdt/rdzw',
|
|
},
|
|
{
|
|
title: '计算机视觉专委会 - 学术动态 - 学术会议',
|
|
docs: 'https://docs.rsshub.app/routes/study#zhong-guo-ji-suan-ji-xue-hui',
|
|
source: ['/ccfcv/xsdt/xshy/'],
|
|
target: '/ccf/ccfcv/xsdt/xshy',
|
|
},
|
|
],
|
|
tfbd: [
|
|
{
|
|
title: '大数据专家委员会',
|
|
docs: 'https://docs.rsshub.app/routes/study#zhong-guo-ji-suan-ji-xue-hui',
|
|
source: ['/tfbd/:caty/:id', '/'],
|
|
target: '/ccf/tfbd/:caty/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|