mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
20 lines
563 B
JavaScript
20 lines
563 B
JavaScript
module.exports = {
|
|
'lkong.com': {
|
|
_name: '龙空',
|
|
'.': [
|
|
{
|
|
title: '分区',
|
|
docs: 'https://docs.rsshub.app/bbs.html#long-kong-fen-qu',
|
|
source: ['/forum/:id', '/'],
|
|
target: '/lkong/forum/:id?/:digest?',
|
|
},
|
|
{
|
|
title: '帖子',
|
|
docs: 'https://docs.rsshub.app/bbs.html#long-kong-tie-zi',
|
|
source: ['/thread/:id', '/'],
|
|
target: '/lkong/thread/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|