mirror of
https://github.com/snowykami/mbcp.git
synced 2026-01-25 21:21:56 +00:00
📝 litedoc新增类继承显示,新增变量自动获取注释,新增类方法和函数的区分,新增魔术方法的特殊展示模式
This commit is contained in:
@@ -4,7 +4,11 @@ export const en = defineConfig({
|
||||
|
||||
lang: "en-US",
|
||||
description: "A library made for Minecraft particle generation",
|
||||
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{text: 'Get Start', link: '/guide'},
|
||||
{text: 'API Document', link: '/api/'},
|
||||
{text: 'Demo', link: '/demo/'},
|
||||
],
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user