This commit is contained in:
张成
2025-12-03 22:37:45 +08:00
parent 7699facccd
commit 5ab2b2bb98
6 changed files with 58 additions and 8 deletions

View File

@@ -55,6 +55,7 @@ export interface TestResultData {
is_coverage: boolean;
old_ntrp_level: string;
level_description: string;
level_img?: string; // 等级图片URL
radar_data: RadarData;
answers: Answer[];
}
@@ -81,6 +82,7 @@ interface TestResult {
total_score: number;
ntrp_level: string;
level_description: string;
level_img?: string; // 等级图片URL
radar_data: RadarData;
test_duration: number; // 单位秒
create_time: string; // 时间字符串