Files
RSSHub/lib/v2/ally/radar.js
Rongrong c4ca3e4ee9 feat(route): add ally/rail (#9660)
Signed-off-by: Rongrong <i@rong.moe>
2022-04-30 23:15:12 +08:00

14 lines
385 B
JavaScript

module.exports = {
'ally.net.cn': {
_name: '艾莱资讯',
rail: [
{
title: '世界轨道交通资讯网',
docs: 'https://docs.rsshub.app/new-media.html#ai-lai-zi-xun',
source: ['/', '/html/:category?/:topic?'],
target: '/ally/rail/:category?/:topic?',
},
],
},
};