mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 15:47:48 +08:00
* Fix(route): fix route is empty and change to V2 * Fix(route): route address err in maintainer.js * Fix(route): change way to get pubDate * Fix(route): add timezone
14 lines
346 B
JavaScript
14 lines
346 B
JavaScript
module.exports = {
|
|
'ccreports.com.cn': {
|
|
_name: '消费者报道',
|
|
www: [
|
|
{
|
|
title: '要闻',
|
|
docs: 'https://docs.rsshub.app/shopping.html#xiao-fei-zhe-bao-dao-yao-wen',
|
|
source: ['/'],
|
|
target: '/ccreports/article',
|
|
},
|
|
],
|
|
},
|
|
};
|