Files
Brain/brain-h5/dist/client/index.html
MingNian 54f43cc7e3 新增音效功能并更新构建产物
- src/sound.ts: 音效模块
- public/assets/sounds/: 5 个音效文件(click/complete/correct/wrong)
- Prototype.tsx + prototype.css: 接入音效逻辑
- dist/: 重新构建,包含新音效资源
2026-07-28 15:24:26 +08:00

15 lines
493 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<title>脑晴测</title>
<script type="module" crossorigin src="/assets/index-Rrx9JkEp.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CWIhvJNC.css">
</head>
<body>
<div id="root"></div>
</body>
</html>