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