mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 10:38:03 +08:00
14 lines
387 B
JavaScript
14 lines
387 B
JavaScript
module.exports = {
|
|
'ally.net.cn': {
|
|
_name: '艾莱资讯',
|
|
rail: [
|
|
{
|
|
title: '世界轨道交通资讯网',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#ai-lai-zi-xun',
|
|
source: ['/', '/html/:category?/:topic?'],
|
|
target: '/ally/rail/:category?/:topic?',
|
|
},
|
|
],
|
|
},
|
|
};
|