範例樣式深色模式深色模式React Flow 內建淺色和深色模式。您可以設定 colorMode 屬性,讓您可以在 'dark'、'light' 和 'system' 之間切換。index.htmlApp.tsxexport default function App() { const data: string = "world" return <h1>Hello {data}</h1> } 唯讀在 Stackblitz 中開啟在 Codesandbox 中開啟內容選單