新增音效功能并更新构建产物
- src/sound.ts: 音效模块 - public/assets/sounds/: 5 个音效文件(click/complete/correct/wrong) - Prototype.tsx + prototype.css: 接入音效逻辑 - dist/: 重新构建,包含新音效资源
This commit is contained in:
4
brain-h5/dist/client/index.html
vendored
4
brain-h5/dist/client/index.html
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user