style: auto format
This commit is contained in:
parent
40718f70a8
commit
bc530a486b
|
|
@ -1,11 +1,13 @@
|
|||
module.exports = {
|
||||
'guandian.cn': {
|
||||
_name: '观点网',
|
||||
www: [{
|
||||
title: '资讯',
|
||||
docs: 'https://docs.rsshub.app/new-media.html#guan-dian-wang-zi-xun',
|
||||
source: ['/:category'],
|
||||
target: '/guandian/:category',
|
||||
}],
|
||||
www: [
|
||||
{
|
||||
title: '资讯',
|
||||
docs: 'https://docs.rsshub.app/new-media.html#guan-dian-wang-zi-xun',
|
||||
source: ['/:category'],
|
||||
target: '/guandian/:category',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue