mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 21:18:57 +08:00
25 lines
603 B
JavaScript
25 lines
603 B
JavaScript
module.exports = {
|
|
'eprice.com.tw': {
|
|
_name: 'ePrice',
|
|
'.': [
|
|
{
|
|
title: 'ePrice 比價王',
|
|
docs: 'https://docs.rsshub.app/new-media.html#eprice',
|
|
source: ['/'],
|
|
target: '/:region?',
|
|
},
|
|
],
|
|
},
|
|
'eprice.com.hk': {
|
|
_name: 'ePrice',
|
|
'.': [
|
|
{
|
|
title: 'ePrice 香港',
|
|
docs: 'https://docs.rsshub.app/new-media.html#eprice',
|
|
source: ['/'],
|
|
target: '/:region?',
|
|
},
|
|
],
|
|
},
|
|
};
|