> ## 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 EnglishFallbackZhTW = ({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>
  </>;

<EnglishFallbackZhTW href="/en/bug-reporting" legal={false} />
