Files
RSSHub/lib/v2/codeforces/radar.js
2023-08-15 03:12:12 +01:00

22 lines
646 B
JavaScript

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