mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
20 lines
582 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|