feat: hotukdeals radar
This commit is contained in:
parent
80aa29ff28
commit
98772539b1
|
|
@ -0,0 +1,31 @@
|
|||
module.exports = {
|
||||
'hotukdeals.com': {
|
||||
_name: 'hotukdeals',
|
||||
www: [
|
||||
{
|
||||
title: 'hotukdeals highlights',
|
||||
docs: 'https://docs.rsshub.app/shopping.html#hotukdeals',
|
||||
source: ['/'],
|
||||
target: '/hotukdeals/highlights',
|
||||
},
|
||||
{
|
||||
title: 'hotukdeals hot',
|
||||
docs: 'https://docs.rsshub.app/shopping.html#hotukdeals',
|
||||
source: ['/'],
|
||||
target: '/hotukdeals/hot',
|
||||
},
|
||||
{
|
||||
title: 'hotukdeals new',
|
||||
docs: 'https://docs.rsshub.app/shopping.html#hotukdeals',
|
||||
source: ['/'],
|
||||
target: '/hotukdeals/new',
|
||||
},
|
||||
{
|
||||
title: 'hotukdeals discussed',
|
||||
docs: 'https://docs.rsshub.app/shopping.html#hotukdeals',
|
||||
source: ['/'],
|
||||
target: '/hotukdeals/discussed',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
Loading…
Reference in New Issue