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

This commit is contained in:
2025-10-23 10:54:55 +08:00
parent ee59039968
commit 9e7fbd8ff2
6 changed files with 71 additions and 591 deletions

View File

@@ -338,25 +338,6 @@ export function joinProblemSet(problemSetId: number) {
})
}
export function getProblemSetSubmissions(
problemSetId: number,
params: {
problem_id?: string
result?: string
language?: string
offset?: number
limit?: number
} = {},
) {
return http.get(`problemset/${problemSetId}/submissions`, {
params,
})
}
export function getProblemSetStatistics(problemSetId: number) {
return http.get(`problemset/${problemSetId}/statistics`)
}
export function updateProblemSetProgress(
problemSetId: number,
problemId: number,