mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 22:59:53 +00:00
✨ 添加日语支持,更新多语言导航和首页链接
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import { defineConfig } from 'vitepress'
|
||||
import { zh } from './zh'
|
||||
import { en } from './en'
|
||||
import { ja } from './ja'
|
||||
import { defaultLang, generateSidebarConfig, gitea } from './common'
|
||||
import { generateSidebar } from 'vitepress-sidebar'
|
||||
|
||||
@ -33,5 +34,6 @@ export default defineConfig({
|
||||
locales: {
|
||||
root: { label: "简体中文", ...zh },
|
||||
en: { label: "English", ...en },
|
||||
ja: { label: "日本語", ...ja },
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user