This commit is contained in:
2026-03-04 20:05:37 +08:00
parent 78a2d84335
commit b6dc79b298
11 changed files with 461 additions and 8 deletions

View File

@@ -63,6 +63,7 @@ export interface SubmissionOut {
task_title: string
score: number
my_score: number
conversation_id?: string
created: Date
modified: Date
}