mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
Co-authored-by: Tony <TonyRL@users.noreply.github.com> Co-authored-by: DIYgod <diy.d.god@gmail.com>
20 lines
580 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|