mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 09:38:04 +08:00
14 lines
328 B
JavaScript
14 lines
328 B
JavaScript
module.exports = {
|
|
'mox.moe': {
|
|
_name: 'Mox.moe',
|
|
'.': [
|
|
{
|
|
title: '首頁',
|
|
docs: 'https://docs.rsshub.app/routes/anime#mox-moe-shou-ye',
|
|
source: ['/l/:category', '/'],
|
|
target: '/mox/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|