You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
358 B
15 lines
358 B
6 months ago
|
---
|
||
|
title: 扩展点
|
||
|
description: Halo UI 为插件提供的扩展点接口
|
||
|
---
|
||
|
|
||
|
UI 扩展点是用于扩展 Console 和 UC 的界面的接口,通过实现扩展点接口,插件可以在 Console 和 UC 中扩展功能。
|
||
|
|
||
|
以下是目前已支持的扩展点列表:
|
||
|
|
||
|
```mdx-code-block
|
||
|
import DocCardList from '@theme/DocCardList';
|
||
|
|
||
|
<DocCardList />
|
||
|
```
|