add flowchart
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-20 20:05:16 +08:00
parent d32af7e6e7
commit 63e58593d7
9 changed files with 259 additions and 45 deletions

View File

@@ -283,8 +283,9 @@ export function getFlowchartSubmission(id: string) {
}
export function getFlowchartSubmissions(params: {
user_id?: number
problem_id?: number
username?: string
problem_id?: string
myself?: string
offset?: number
limit?: number
}) {