style: auto format

This commit is contained in:
github-actions[bot] 2023-02-02 08:46:53 +00:00
parent 40718f70a8
commit bc530a486b
1 changed files with 8 additions and 6 deletions

View File

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