mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
14 lines
346 B
JavaScript
14 lines
346 B
JavaScript
module.exports = {
|
|
'mwm.net.cn': {
|
|
_name: '管理世界',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/journal.html#guan-li-shi-jie-fen-lei',
|
|
source: ['/web/:category', '/'],
|
|
target: '/mvm/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|