1
This commit is contained in:
@@ -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; // 时间字符串
|
||||
|
||||
Reference in New Issue
Block a user