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-26 02:19:39 -06:00
parent bf69a355fe
commit 714e07d514
4 changed files with 11 additions and 1 deletions

View File

@@ -138,6 +138,7 @@ export interface Problem {
flowchart_hint?: string
show_flowchart?: boolean
ast_rules?: { [key: string]: { engine: string; target?: string; min?: number; max?: number; message: string }[] } | null
has_ast_rules?: boolean
}
export type AdminProblem = Problem & AlterProblem
@@ -175,6 +176,7 @@ export interface ProblemFiltered {
author: string
allow_flowchart: boolean
show_flowchart: boolean
has_ast_rules: boolean
}
export interface AdminProblemFiltered {