mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 10:38:03 +08:00
22 lines
646 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|