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