升级:vitepress 1.0.0-alpha.47 => 1.0.0-alpha.52

This commit is contained in:
2023-03-12 11:23:37 +08:00
parent 57e1051a01
commit 955fcaa0b7
4 changed files with 12 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ export const head: HeadConfig[] = [
['meta', { name: 'HandheldFriendly', content: 'True' }],
['meta', { name: 'MobileOptimized', content: '320' }],
['meta', { name: 'theme-color', content: '#3c8772' }],
['meta', { name: 'baidu_union_verify', content: '19bd8ed3f02a91e23043efdf1d823107' }],
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:locale', content: metaData.locale }],

View File

@@ -11,7 +11,6 @@ export const themeConfig: DefaultTheme.Config = {
level: 'deep', // 右侧大纲标题层级
label: '目录', // 右侧大纲标题文本配置
},
outlineBadges: false, // 是否在大纲中显示 Badge 文本
darkModeSwitchLabel: '切换日光/暗黑模式',
sidebarMenuLabel: '文章',
returnToTopLabel: '返回顶部',