Files
RSSHub/lib/v2/codeforces/radar.js
Fatpandac bc35a1e937 Add(route): add Codeforces contests (#8815)
Co-authored-by: HuangWei <huangwei.a180285@gmail.com>
Co-authored-by: DIYgod <diy.d.god@gmail.com>
2022-01-22 20:10:59 +00:00

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',
},
],
},
};