- src/sound.ts: 音效模块 - public/assets/sounds/: 5 个音效文件(click/complete/correct/wrong) - Prototype.tsx + prototype.css: 接入音效逻辑 - dist/: 重新构建,包含新音效资源
15 lines
493 B
HTML
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>
|