From 256bcb36e2158c5d95494244ee271bfe1171ed4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 14:00:17 +0000 Subject: [PATCH] style: auto format --- lib/routes/cctv/xwlb.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/routes/cctv/xwlb.ts b/lib/routes/cctv/xwlb.ts index d7a2c6c6e1f8f3..121f94b6816628 100644 --- a/lib/routes/cctv/xwlb.ts +++ b/lib/routes/cctv/xwlb.ts @@ -16,14 +16,14 @@ export const route: Route = { site: "站点, 可选值如'tv', 既'央视节目'", category: "分类名, 官网对应分类, 当前可选值'lm', 既'栏目大全'", name: { - "description":"栏目名称, 可在对应栏目页面 URL 中找到, 可选值如'xwlb',既'新闻联播'", - "options": [ + description: "栏目名称, 可在对应栏目页面 URL 中找到, 可选值如'xwlb',既'新闻联播'", + options: [ { - "value": "xwlb", - "label": "新闻联播" - } - ] - } + value: 'xwlb', + label: '新闻联播', + }, + ], + }, }, features: { requireConfig: false,