新增 AI 結果與資料庫整合

This commit is contained in:
2025-09-23 20:36:53 +08:00
parent ec7d101e96
commit 46db696122
30 changed files with 2352 additions and 54 deletions

View File

@@ -83,6 +83,10 @@ export interface Evaluation {
overall_score?: number;
max_possible_score: number;
grade?: string;
performance_status?: string;
recommended_stars?: number;
excellent_items?: number;
improvement_items?: number;
analysis_duration?: number;
ai_model_version?: string;
status: 'pending' | 'analyzing' | 'completed' | 'failed';