Merge branch 'new-race-mode' into test

This commit is contained in:
2026-05-19 15:16:07 +08:00

View File

@@ -102,8 +102,7 @@ const recoverData = (battleInfo, {force = false, arrowOnly = false} = {}) => {
let nextTips = redPlayer ? "请红队射箭" : "请蓝队射箭";
if (force) nextTips += "重回";
if (
battleInfo.current.playerId === user.value.id &&
redTeam.value.length > 1
battleInfo.current.playerId === user.value.id
) {
nextTips += "你";
}