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

20 lines
624 B
JavaScript

module.exports = {
'ems.com.cn': {
_name: '中国邮政速递物流',
www: [
{
title: '新闻',
docs: 'https://docs.rsshub.app/routes/other#zhong-guo-you-zheng-su-di-wu-liu',
source: '/aboutus/xin_wen_yu_shi_jian.html',
target: '/ems/news',
},
{
title: '苹果邮件',
docs: 'https://docs.rsshub.app/routes/other#zhong-guo-you-zheng-su-di-wu-liu',
source: ['/apple/query/:id'],
target: '/apple/ems/:id',
},
],
},
};