mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-23 06:37:38 +08:00
10 lines
212 B
TypeScript
10 lines
212 B
TypeScript
|
import {defineConfig, type DefaultTheme} from 'vitepress'
|
||
|
|
||
|
export const zh = defineConfig({
|
||
|
|
||
|
lang: "zh-Hans",
|
||
|
description: "一个用于Minecraft粒子计算和生成的库",
|
||
|
|
||
|
themeConfig: {
|
||
|
},
|
||
|
})
|