mirror of
https://github.com/snowykami/mbcp.git
synced 2026-01-26 05:32:03 +00:00
📝 litedoc新增类继承显示,新增变量自动获取注释,新增类方法和函数的区分,新增魔术方法的特殊展示模式
This commit is contained in:
14
docs/.vitepress/config/zht.ts
Normal file
14
docs/.vitepress/config/zht.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import {defineConfig} from 'vitepress'
|
||||
|
||||
export const zht = defineConfig({
|
||||
|
||||
lang: "zh-Hant",
|
||||
description: "一個用於Minecraft粒子計算和生成的軟體庫",
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{text: '指引', link: '/guide/'},
|
||||
{text: 'API文檔', link: '/api/'},
|
||||
{text: '示範', link: '/demo/'},
|
||||
],
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user