添加 rating

This commit is contained in:
2025-03-19 09:15:20 +08:00
parent 16fb09021d
commit 9eb18fedd4
8 changed files with 112 additions and 109 deletions

View File

@@ -44,6 +44,7 @@ export interface SubmissionOut {
task_type: string
task_title: string
score: number
my_score: number
created: Date
modified: Date
}
@@ -55,6 +56,7 @@ export interface SubmissionAll {
task_type: string
task_title: string
score: number
my_score: number
html: ""
css: ""
js: ""