From bc530a486be8f13689aa474d77a66e9e2f71edec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 08:46:53 +0000 Subject: [PATCH] style: auto format --- lib/v2/guandian/radar.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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', + }, + ], }, };