mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 22:19:40 +08:00
20 lines
655 B
JavaScript
20 lines
655 B
JavaScript
module.exports = {
|
|
'cebbank.com': {
|
|
_name: '中国光大银行',
|
|
'.': [
|
|
{
|
|
title: '外汇牌价 - 牌价总览',
|
|
docs: 'https://docs.rsshub.app/new-media.html#eprice',
|
|
source: ['/eportal/ui?pageId=477257'],
|
|
target: '/quotation/all',
|
|
},
|
|
{
|
|
title: '外汇牌价 - 历史记录',
|
|
docs: 'https://docs.rsshub.app/new-media.html#eprice',
|
|
source: ['/site/ygzx/whpj/rmbwhpjlspj/index.html?currcode=:id'],
|
|
target: ({ id }) => `/quotation/${id}`,
|
|
},
|
|
],
|
|
},
|
|
};
|