mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 07:12:51 +08:00
26 lines
925 B
JavaScript
26 lines
925 B
JavaScript
module.exports = {
|
|
'ccfcv.ccf.org.cn': {
|
|
_name: '计算机视觉专委会',
|
|
www: [
|
|
{
|
|
title: '学术动态 - 学术前沿',
|
|
docs: 'https://docs.rsshub.app/study.html#ji-suan-ji-shi-jue-zhuan-wei-hui',
|
|
source: ['/ccfcv/xsdt/xsqy/'],
|
|
target: '/ccfcv/xsdt/xsqy',
|
|
},
|
|
{
|
|
title: '学术动态 - 热点征文',
|
|
docs: 'https://docs.rsshub.app/study.html#ji-suan-ji-shi-jue-zhuan-wei-hui',
|
|
source: ['/ccfcv/xsdt/rdzw/'],
|
|
target: '/ccfcv/xsdt/rdzw',
|
|
},
|
|
{
|
|
title: '学术动态 - 学术会议',
|
|
docs: 'https://docs.rsshub.app/study.html#ji-suan-ji-shi-jue-zhuan-wei-hui',
|
|
source: ['/ccfcv/xsdt/xshy/'],
|
|
target: '/ccfcv/xsdt/xshy',
|
|
},
|
|
],
|
|
},
|
|
};
|