mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 23:59:56 +08:00
14 lines
321 B
JavaScript
14 lines
321 B
JavaScript
module.exports = {
|
|
'lativ.com.tw': {
|
|
_name: 'lativ',
|
|
www: [
|
|
{
|
|
title: '订阅商品价格',
|
|
docs: 'https://docs.rsshub.app/shopping.html#lativ',
|
|
source: '/Detail/:id',
|
|
target: '/lativ/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|