Files
RSSHub/lib/v2/acm-ecnu/radar.js
2022-01-22 20:11:52 +00:00

20 lines
580 B
JavaScript

module.exports = {
'ecnu.edu.cn': {
_name: 'ACM-ECNU',
acm: [
{
title: '所有比赛列表',
docs: 'https://docs.rsshub.app/programming.html#ACM-ECNU',
source: ['/contest/'],
target: '/acm-ecnu/contest/',
},
{
title: '仅公开比赛列表',
docs: 'https://docs.rsshub.app/programming.html#ACM-ECNU',
source: ['/contest/'],
target: '/acm-ecnu/contest/public',
},
],
},
};