优化使用体验

This commit is contained in:
2025-08-11 10:40:56 +08:00
parent 21c01d51d5
commit 360b5a846d
8 changed files with 172 additions and 89 deletions
+2
View File
@@ -84,6 +84,8 @@ export interface TaskDocument {
message: string;
}>;
final_score: number;
score_summary: string ;
score_percent?: number | null;
pass_count: number;
warning_count: number;
fail_count: number;