mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
14 lines
312 B
JavaScript
14 lines
312 B
JavaScript
module.exports = {
|
|
'2047.name': {
|
|
_name: '2047',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/bbs.html#2047-fen-lei',
|
|
source: ['/'],
|
|
target: '/2047/:category?/:sort?',
|
|
},
|
|
],
|
|
},
|
|
};
|