Files
RSSHub/lib/v2/codeforces/radar.js
Xiaoxu Guo 3ebe76eae2 feat(route): add CodeForces recent actions (#11522)
* added CodeForces recent actions

* fixed link

* followed the v2 rule standard
2023-01-01 00:30:25 +08:00

22 lines
642 B
JavaScript

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