📝 litedoc新增类继承显示,新增变量自动获取注释,新增类方法和函数的区分,新增魔术方法的特殊展示模式

This commit is contained in:
2024-08-28 22:07:43 +08:00
parent de42d34e38
commit c6ab7f34e9
82 changed files with 9965 additions and 683 deletions

View File

@@ -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/'},
],
},
})