diff --git a/lib/v2/guandian/radar.js b/lib/v2/guandian/radar.js index a7cf1d524..9d7f25652 100644 --- a/lib/v2/guandian/radar.js +++ b/lib/v2/guandian/radar.js @@ -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', + }, + ], }, };