Skip to content

Commit

Permalink
style: auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2024
1 parent 734ea91 commit 256bcb3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/routes/cctv/xwlb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 256bcb3

Please sign in to comment.