示例其他Threlte FlowThrelte Flow您可能已经注意到我们 主页 上的英雄流程实际上是用 React 🙈 编写的。对于所有不相信的人来说,这里是用 Svelte 编写的,借助于 惊人的 Threlte 库。index.htmlApp.svelte<script lang="ts"> const data: string = "world"; </script> <h1>Hello {data}</h1> <style> h1 { font-size: 1.5rem; } </style>只读在 Stackblitz 中打开在 Codesandbox 中打开 ⚠️要抑制浏览器控制台中未知属性警告,请 参考指南。功能概述