diff --git a/lib/v2/hotukdeals/radar.js b/lib/v2/hotukdeals/radar.js new file mode 100644 index 000000000..df2900d37 --- /dev/null +++ b/lib/v2/hotukdeals/radar.js @@ -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', + }, + ], + }, +};