跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://mintlify-mintlify-agent-cursor-1777414560.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

使用工具提示可在用户将鼠标悬停在文本上时提供额外的上下文或定义。工具提示还可以包含可选的行动呼吁链接。 示例: 文档可帮助开发者了解如何将您的服务集成到他们的系统中。
Tooltip example
<Tooltip headline="API" tip="应用程序编程接口:一组用于使软件应用彼此通信的协议。" cta="阅读我们的 API 指南" href="/api-reference">API</Tooltip> 文档可帮助开发者了解如何将您的服务集成到他们的系统中。

属性

tip
string
必填
悬浮提示中显示的文本。
headline
string
显示在 tip 文本之前的文本。
cta
string
悬浮提示内链接的行动呼吁文本。
href
string
行动呼吁链接的URL。使用 cta 时为必填。