Files
RSSHub/lib/v2/flyert/radar.js
2023-08-15 03:12:12 +01:00

20 lines
582 B
JavaScript

module.exports = {
'flyert.com': {
_name: '飞客茶馆',
'.': [
{
title: '优惠信息',
docs: 'https://docs.rsshub.app/routes/travel#fei-ke-cha-guan-you-hui-xin-xi',
source: '/',
target: '/flyert/preferential',
},
{
title: '信用卡',
docs: 'https://docs.rsshub.app/routes/travel#fei-ke-cha-guan-xin-yong-ka',
source: '/',
target: '/flyert/creditcard/:bank',
},
],
},
};