docs: update documentation for Halo 2.12 (#306)

为 Halo 2.12.0 更新文档。

/kind documentation

```release-note
None 
```
This commit is contained in:
Ryan Wang
2024-02-01 11:11:39 +08:00
committed by GitHub
parent 2ebc8ca714
commit d0ea59e6e2
165 changed files with 13474 additions and 254 deletions

View File

@@ -0,0 +1,14 @@
---
title: 扩展点
description: Halo UI 为插件提供的扩展点接口
---
UI 扩展点是用于扩展 Console 和 UC 的界面的接口,通过实现扩展点接口,插件可以在 Console 和 UC 中扩展功能。
以下是目前已支持的扩展点列表:
```mdx-code-block
import DocCardList from '@theme/DocCardList';
<DocCardList />
```