添加 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

@@ -7,7 +7,8 @@ export const submission = ref<SubmissionAll>({
username: "",
task_title: "",
task_type: "tutorial",
score: 0,
score: 0.0,
my_score: 0,
html: "",
css: "",
js: "",