module.exports = { 'codeforces.com': { _name: 'Codeforces', '.': [ { title: 'Recent Actions', docs: 'https://docs.rsshub.app/routes/programming#codeforces-recent-actions', source: ['/recent-actions'], target: '/codeforces/recent-actions', }, ], www: [ { title: '最新比赛', docs: 'https://docs.rsshub.app/routes/programming#codeforces-zui-xin-bi-sai', source: ['/contests'], target: '/codeforces/contests', }, ], }, };