Files
RSSHub/lib/v2/flyert/radar.js
2022-02-22 20:04:19 +08:00

20 lines
578 B
JavaScript

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