mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
14 lines
332 B
JavaScript
14 lines
332 B
JavaScript
module.exports = {
|
|
'feng.com': {
|
|
_name: '威锋',
|
|
'.': [
|
|
{
|
|
title: '社区',
|
|
docs: 'https://docs.rsshub.app/routes/bbs#wei-feng',
|
|
source: ['/forum/photo/:id', '/forum/:id'],
|
|
target: '/feng/forum/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|