update:新增房间重连逻辑,优化tententen语音,修复mvp斩获环
This commit is contained in:
@@ -310,6 +310,9 @@ function getShootResultAudioKeys(shootData) {
|
||||
if (shootData.angle !== null && shootData.angle !== undefined) {
|
||||
keys.push(`向${getDirectionText(shootData.angle)}调整`);
|
||||
}
|
||||
if (shootData.threeConsecutive10Rings === true) {
|
||||
keys.push("tententen");
|
||||
}
|
||||
return keys;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user