mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
Co-authored-by: HuangWei <huangwei.a180285@gmail.com> Co-authored-by: DIYgod <diy.d.god@gmail.com>
14 lines
355 B
JavaScript
14 lines
355 B
JavaScript
module.exports = {
|
|
'codeforces.com': {
|
|
_name: 'Codeforces',
|
|
www: [
|
|
{
|
|
title: '最新比赛',
|
|
docs: 'https://docs.rsshub.app/programming.html#codeforces-zui-xin-bi-sai',
|
|
source: ['/contests'],
|
|
target: '/codeforces/contests',
|
|
},
|
|
],
|
|
},
|
|
};
|