Files
RSSHub/lib/v2/ccreports/radar.js
Fatpandac 97429ad016 fix(route): fix ccreports route is empty and refactor to V2 (#8990)
* 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
2022-02-05 20:45:19 +08:00

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',
},
],
},
};