docs: add Chinese labels

This commit is contained in:
pzm9012 2023-03-25 12:31:34 +00:00 committed by HarryLoong
parent 506faa78b1
commit 0687a16f32

View File

@ -83,5 +83,15 @@ export default defineConfig({
], ],
}, },
], ],
docFooter: [
{
prev: '上一页',
next: '下一页'
}
],
darkModeSwitchLabel: '浅色/深色模式',
outlineTitle: '此页的大纲',
sidebarMenuLabel: '菜单',
returnToTopLabel: '返回顶部'
}, },
}); });