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

This commit is contained in:
2025-10-23 23:20:00 +08:00
parent 791828b9e1
commit df24bf7f54
18 changed files with 591 additions and 359 deletions

View File

@@ -359,3 +359,8 @@ export function getUserBadges() {
export function getProblemSetBadges(problemSetId: number) {
return http.get(`problemset/${problemSetId}/badges`)
}
// 获取题单用户进度列表
export function getProblemSetUserProgress(problemSetId: number) {
return http.get(`problemset/${problemSetId}/users_progress`)
}