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