Skip to content

Commit

Permalink
docs: fixed lint issues on zh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Mar 20, 2024
1 parent 957358f commit 354f4dd
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: '专题手册 🍳🧑‍🍳',
link: "/zh/cookbook/",
link: '/zh/cookbook/',
items: [
{ text: '轨道控制器', link: '/zh/cookbook/orbit-controls' },
{ text: '基础动画', link: '/zh/cookbook/basic-animations' },
Expand Down Expand Up @@ -143,7 +143,7 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
],
search: {
provider: "local",
provider: 'local',
options: {
locales: {
zh: {
Expand All @@ -167,20 +167,20 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
closeKeyAriaLabel: 'esc',
},
},
}
}
}
}
},
},
},
},
},
darkModeSwitchLabel: "外观",
sidebarMenuLabel: "菜单",
returnToTopLabel: "返回顶部",
langMenuLabel: "更改语言",
lastUpdatedText: "最近更新",
outlineTitle: "此页面上",
darkModeSwitchLabel: '外观',
sidebarMenuLabel: '菜单',
returnToTopLabel: '返回顶部',
langMenuLabel: '更改语言',
lastUpdatedText: '最近更新',
outlineTitle: '此页面上',
docFooter: {
next: "下一页",
prev: "上一页"
}
next: '下一页',
prev: '上一页',
},
},
}

0 comments on commit 354f4dd

Please sign in to comment.