20 lines
590 B
JavaScript
20 lines
590 B
JavaScript
module.exports = {
|
|
'ikea.com': {
|
|
_name: 'IKEA 宜家',
|
|
'.': [
|
|
{
|
|
title: '英国 - 商品上新',
|
|
docs: 'https://docs.rsshub.app/shopping.html#ikea-yi-jia',
|
|
source: ['/gb/en/new/new-products/', '/'],
|
|
target: '/ikea/gb/new',
|
|
},
|
|
{
|
|
title: '英国 - 促销',
|
|
docs: 'https://docs.rsshub.app/shopping.html#ikea-yi-jia',
|
|
source: ['/gb/en/offers', '/'],
|
|
target: '/ikea/gb/offer',
|
|
},
|
|
],
|
|
},
|
|
};
|