mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 10:38:03 +08:00
14 lines
381 B
JavaScript
14 lines
381 B
JavaScript
module.exports = {
|
|
'consumer.org.hk': {
|
|
_name: '消费者委员会',
|
|
'.': [
|
|
{
|
|
title: '文章',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#xiao-fei-zhe-wei-yuan-hui-wen-zhang',
|
|
source: ['/'],
|
|
target: '/consumer/:category?/:language?/:keyword?',
|
|
},
|
|
],
|
|
},
|
|
};
|