25 lines
609 B
JavaScript
25 lines
609 B
JavaScript
module.exports = {
|
|
'eprice.com.tw': {
|
|
_name: 'ePrice',
|
|
'.': [
|
|
{
|
|
title: 'ePrice 比價王',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#eprice',
|
|
source: ['/'],
|
|
target: '/eprice/tw',
|
|
},
|
|
],
|
|
},
|
|
'eprice.com.hk': {
|
|
_name: 'ePrice',
|
|
'.': [
|
|
{
|
|
title: 'ePrice 香港',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#eprice',
|
|
source: ['/'],
|
|
target: '/eprice/hk',
|
|
},
|
|
],
|
|
},
|
|
};
|