RSSHub/lib/v2/panewslab/radar.js

32 lines
992 B
JavaScript

module.exports = {
'panewslab.com': {
_name: 'PANews',
'.': [
{
title: '深度',
docs: 'https://docs.rsshub.app/new-media.html#panews-shen-du',
source: '/',
target: '/panewslab/:category?',
},
{
title: '快讯',
docs: 'https://docs.rsshub.app/new-media.html#panews-kuai-xun',
source: '/',
target: '/panewslab/newsflash/:language?',
},
{
title: '专栏',
docs: 'https://docs.rsshub.app/new-media.html#panews-zhuan-lan',
source: '/',
target: '/panewslab/column/:id',
},
{
title: '专题',
docs: 'https://docs.rsshub.app/new-media.html#panews-zhuan-ti',
source: '/',
target: '/panewslab/topic/:id',
},
],
},
};