38 lines
1.2 KiB
JavaScript
38 lines
1.2 KiB
JavaScript
module.exports = {
|
|
'hotukdeals.com': {
|
|
_name: 'hotukdeals',
|
|
www: [
|
|
{
|
|
title: 'highlights',
|
|
docs: 'https://docs.rsshub.app/routes/shopping#hotukdeals',
|
|
source: ['/'],
|
|
target: '/hotukdeals/highlights',
|
|
},
|
|
{
|
|
title: 'hot',
|
|
docs: 'https://docs.rsshub.app/routes/shopping#hotukdeals',
|
|
source: ['/'],
|
|
target: '/hotukdeals/hot',
|
|
},
|
|
{
|
|
title: 'new',
|
|
docs: 'https://docs.rsshub.app/routes/shopping#hotukdeals',
|
|
source: ['/'],
|
|
target: '/hotukdeals/new',
|
|
},
|
|
{
|
|
title: 'discussed',
|
|
docs: 'https://docs.rsshub.app/routes/shopping#hotukdeals',
|
|
source: ['/'],
|
|
target: '/hotukdeals/discussed',
|
|
},
|
|
{
|
|
title: 'hottest',
|
|
docs: 'https://docs.rsshub.app/routes/shopping#hotukdeals',
|
|
source: ['/'],
|
|
target: '/hotukdeals/hottest',
|
|
},
|
|
],
|
|
},
|
|
};
|