提交流程图
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-13 12:31:12 +08:00
parent 2c31acaba7
commit 41819b6d9b
8 changed files with 471 additions and 81 deletions

View File

@@ -170,6 +170,7 @@ export interface ProblemFiltered {
rate: string
status: "not_test" | "passed" | "failed"
author: string
allow_flowchart: boolean
}
export interface AdminProblemFiltered {