> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-mintlify-add-i-to-quickstart-8818.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Callouts

> 使用提示块为内容添加醒目的上下文信息

提示块可以设置为 Note、Warning、Info、Tip、Check、Danger，或创建你自己的提示块：

<Note>这会在内容中添加一条备注</Note>

```mdx
<Note>这会在内容中添加一条备注</Note>
```

<Warning>这会触发一个需要注意的警告</Warning>

```mdx
<Warning>这是一则需要留意的警示</Warning>
```

<Info>用于强调关键信息</Info>

```mdx
<Info>用于突出显示关键信息</Info>
```

<Tip>这是一个实用提示</Tip>

```mdx
<Tip>这是一个实用提示</Tip>
```

<Check>这会得到一个已选中状态</Check>

```mdx
<Check>这会使其显示为已勾选状态</Check>
```

<Danger>这是一个危险警示</Danger>

```mdx
<Danger>这是一个危险警示</Danger>
```

<Callout icon="key" color="#FFC107" iconType="regular"> 这是一个自定义标注</Callout>

```mdx 换行
<Callout icon="key" color="#FFC107" iconType="regular">这是一个自定义提示框</Callout>
```
