> ## 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 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/tokushoho" legal={true} />
