新增音效功能并更新构建产物

- src/sound.ts: 音效模块
- public/assets/sounds/: 5 个音效文件(click/complete/correct/wrong)
- Prototype.tsx + prototype.css: 接入音效逻辑
- dist/: 重新构建,包含新音效资源
This commit is contained in:
MingNian
2026-07-28 15:24:26 +08:00
parent e7d99b2adb
commit 54f43cc7e3
18 changed files with 440 additions and 38 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -5,8 +5,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-8xOYLbW9.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-ouTen0sP.css">
<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>