> ## Documentation Index
> Fetch the complete documentation index at: https://manual.voiceping.net/llms.txt
> Use this file to discover all available pages before exploring further.

# 应用集成

> 应用集成的最新说明目前仅提供英文版。本页链接至 VoicePing 维护的最新英文内容。

export const EnglishFallbackZh = ({href, legal = false}) => <>
    <Warning>
      {legal ? "本法律文件尚未提供官方简体中文译文。涉及合同或法律事务时，请以最新英文原文为准。" : "本页面尚未提供简体中文版。请查阅英文原文，获取准确、最新的信息。"}
    </Warning>
    <Card title="查看英文原文" icon="arrow-up-right-from-square" href={href}>
      打开 VoicePing 维护的最新英文页面。
    </Card>
    <Info>适用于 VoicePing 3.0 · 本说明最后核对：2026 年 7 月 30 日</Info>
  </>;

<EnglishFallbackZh href="/en/app-integrations" legal={false} />
