Files
RSSHub/lib/v2/luogu/radar.js
2022-10-12 01:48:50 +08:00

26 lines
787 B
JavaScript

module.exports = {
'luogu.com.cn': {
_name: '洛谷',
'.': [
{
title: '日报',
docs: 'https://docs.rsshub.app/programming.html#luo-gu',
source: ['/discuss/47327', '/'],
target: '/luogu/daily',
},
{
title: '比赛列表',
docs: 'https://docs.rsshub.app/programming.html#luo-gu',
source: ['/contest/list', '/'],
target: '/luogu/contest',
},
{
title: '用户动态',
docs: 'https://docs.rsshub.app/programming.html#luo-gu',
source: ['/user/:uid'],
target: '/luogu/user/feed/:uid',
},
],
},
};