Files
RSSHub/lib/v2/mvm/radar.js
2021-11-27 08:34:57 +00:00

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?',
},
],
},
};