示例样式暗黑模式暗黑模式React Flow 带有内置的浅色和暗色模式。您可以设置colorMode 属性,允许您在'dark'、'light' 和'system' 之间切换。index.htmlApp.tsxexport default function App() { const data: string = "world" return <h1>Hello {data}</h1> } 只读在 Stackblitz 中打开在 Codesandbox 中打开上下文菜单