update:优化个人练习

This commit is contained in:
2026-07-09 18:29:04 +08:00
parent 82eedc3ab8
commit 58a7bb2017
5 changed files with 48 additions and 3 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ async function onReceiveMessage(msg) {
}
let key = [];
key.push(arrow.ring ? `${arrow.ringX ? "X" : arrow.ring}` : "未上靶");
if (arrow.angle !== null)
if (arrow.angle)
key.push(`${getDirectionText(arrow.angle)}调整`);
audioManager.play(key, false);
} else if (msg.type === MESSAGETYPESV2.HalfRest) {