> ## 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.

# 隐私政策

> 隐私政策暂无官方简体中文译本。本页提供英文原文链接。

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/privacy-policy" legal={true} />
