docs:add i18n

This commit is contained in:
Hufe921
2023-02-08 20:59:53 +08:00
parent e3f63b504c
commit c9125635ea
3 changed files with 90 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ export default defineConfig({
items: [
{ text: '入门', link: '/guide/start' },
{ text: '配置', link: '/guide/option' },
{ text: '国际化', link: '/guide/i18n' },
{ text: '数据结构', link: '/guide/schema' }
]
},