feat: hotukdeals radar

This commit is contained in:
DIYgod 2021-10-17 23:20:31 +01:00
parent 80aa29ff28
commit 98772539b1
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
1 changed files with 31 additions and 0 deletions

View File

@ -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',
},
],
},
};