Files
RSSHub/lib/v2/panewslab/radar.js
Ethan Shen 00f641ca15 feat(route): add PANews (#9116)
* feat(route): add PANews

* fix typo
2022-02-19 16:57:52 +08:00

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