返回游戏时添加声音加载

This commit is contained in:
kron
2026-01-06 18:13:55 +08:00
parent ab3537e35d
commit 7cb203a08f
4 changed files with 33 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ watch(
? "请红方射箭"
: "请蓝方射箭"
);
audioManager.play(key);
audioManager.play(key, false);
currentRoundEnded.value = false;
}
);