mirror of
https://github.com/snowykami/mbcp.git
synced 2026-01-26 05:32:03 +00:00
📝 测试文档部署
This commit is contained in:
15
docs/.vitepress/config/index.ts
Normal file
15
docs/.vitepress/config/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import {defineConfig} from "vitepress";
|
||||
|
||||
import {common} from './common'
|
||||
import {en} from './en'
|
||||
import {zh} from './zh'
|
||||
|
||||
|
||||
|
||||
export default defineConfig({
|
||||
...common,
|
||||
locales:{
|
||||
root: { label: "简体中文", ...zh },
|
||||
en: { label: "English", ...en }
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user