📝 优化文档显示

This commit is contained in:
2024-08-29 19:00:01 +08:00
committed by snowykami
parent d027d4b862
commit c08a0c7fda
38 changed files with 490 additions and 273 deletions

View File

@@ -1,19 +1,6 @@
import {defineConfig} from "vitepress";
import {common} from './common'
import {en} from './en'
import {zh} from './zh'
import {zht} from './zht'
import {ja} from './ja'
export default defineConfig({
...common,
locales:{
root: { label: "简体中文", ...zh },
en: { label: "English", ...en },
ja: { label: "日本語", ...ja },
zht: { label: "繁體中文", ...zht },
}
})