mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
28 lines
884 B
JavaScript
28 lines
884 B
JavaScript
module.exports = {
|
|
'qq.com': {
|
|
_name: '腾讯网',
|
|
ac: [
|
|
{
|
|
title: '排行榜',
|
|
docs: 'https://docs.rsshub.app/anime.html#teng-xun-dong-man-pai-hang-bang',
|
|
source: ['/Rank/comicRank/type/:type', '/'],
|
|
target: '/qq/ac/rank/:type?/:time?',
|
|
},
|
|
{
|
|
title: '漫画',
|
|
docs: 'https://docs.rsshub.app/anime.html#teng-xun-dong-man-man-hua',
|
|
source: ['/Comic/ComicInfo/id/:id', '/'],
|
|
target: '/qq/ac/comic/:id',
|
|
},
|
|
],
|
|
live: [
|
|
{
|
|
title: '企鹅直播',
|
|
docs: 'https://docs.rsshub.app/live.html#qi-e-zhi-bo-zhi-bo-jian-ti-xing',
|
|
source: ['/:id', '/'],
|
|
target: '/qq/live/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|