fix
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-05-19 04:29:04 -06:00
parent a72317173b
commit ef7aa44577
3 changed files with 7 additions and 20 deletions

View File

@@ -61,7 +61,7 @@ watch(
() => [
problem.value?._id,
problem.value?.my_status,
problemStore.totalFailCount,
problemStore.failCount,
],
([, status, failCount]) => {
if (status === 0 || (failCount as number) >= 3) {