update
This commit is contained in:
@@ -82,8 +82,8 @@ export const JUDGE_STATUS: {
|
||||
type: "info",
|
||||
},
|
||||
"10": {
|
||||
name: "代码检查未通过",
|
||||
type: "warning",
|
||||
name: "语法未通过",
|
||||
type: "success",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user