添加音频文件

This commit is contained in:
xsl
2026-05-18 19:05:54 +08:00
parent 9c5d9e586c
commit 380868500a
117 changed files with 77 additions and 81 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ async function main() {
// 预加载关键短音效
await Promise.allSettled([
Snd.preload('sfx_keyboard', `${SFX}/sfx_keyboard_slow_v1.wav`),
Snd.preload('sfx_chime', `${SFX}/sfx_ending_chime_v1.wav`),
Snd.preload('sfx_keyboard', `${SFX}/sfx_keyboard_slow_v1.mp3`),
Snd.preload('sfx_chime', `${SFX}/sfx_ending_chime_v1.mp3`),
]);
// 请求屏幕常亮(Android Chrome 支持)