style: auto format

This commit is contained in:
github-actions[bot] 2024-08-18 14:00:17 +00:00
parent 734ea91e28
commit 256bcb36e2
1 changed files with 7 additions and 7 deletions

View File

@ -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,