update
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-25 22:24:56 -06:00
parent 11e447d4b7
commit 3a33c8ff3a
5 changed files with 25 additions and 9 deletions

View File

@@ -82,8 +82,8 @@ export const JUDGE_STATUS: {
type: "info",
},
"10": {
name: "代码检查未通过",
type: "warning",
name: "语法未通过",
type: "success",
},
}

View File

@@ -390,6 +390,7 @@ export interface Submission {
err_info?: string
time_cost?: number
memory_cost?: number
ast_results?: Array<{ description: string; passed: boolean }>
}
ip: string
contest: number