update:新增稳定训练
This commit is contained in:
@@ -39,7 +39,9 @@ const getDisplayText = (arrow) => {
|
||||
|
||||
const isLowScore = (arrow) => {
|
||||
if (!arrow) return false;
|
||||
if (props.trainingType === "rhythm") return arrow.ok !== true;
|
||||
if (["rhythm", "stability"].includes(props.trainingType)) {
|
||||
return arrow.ok !== true;
|
||||
}
|
||||
if (arrow.ringX) return false;
|
||||
const ring = Number(arrow.ring);
|
||||
return Number.isFinite(ring) && ring < 6;
|
||||
|
||||
Reference in New Issue
Block a user