mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
14 lines
348 B
JavaScript
14 lines
348 B
JavaScript
module.exports = {
|
|
'ccreports.com.cn': {
|
|
_name: '消费者报道',
|
|
www: [
|
|
{
|
|
title: '要闻',
|
|
docs: 'https://docs.rsshub.app/routes/shopping#xiao-fei-zhe-bao-dao-yao-wen',
|
|
source: ['/'],
|
|
target: '/ccreports/article',
|
|
},
|
|
],
|
|
},
|
|
};
|