feat: add speech synthesis demo

This commit is contained in:
yankun
2026-07-30 15:26:57 +08:00
parent cce0b95b7c
commit 6b0a0eede6
19 changed files with 438 additions and 0 deletions
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#20262c" />
<title>CUTOS Speech Synthesis</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>