Load full artifact scan in dashboard

This commit is contained in:
2026-06-30 15:46:04 +08:00
parent 41cb0235cd
commit e766e4ed26
5 changed files with 61 additions and 20 deletions

View File

@@ -54,7 +54,10 @@ def evaluate_project() -> dict:
and "resultFamilyFilter" in frontend_text
and "resultRoleFilter" in frontend_text
and "familyOptions" in frontend_text
and "roleOptions" in frontend_text,
and "roleOptions" in frontend_text
and "/api/results?limit=1000" in frontend_text
and "setResults(resultsNext)" in frontend_text
and "slice(0, 240)" not in frontend_text,
"job_progress_ui": "JobProgressBar" in frontend_text and "progressTrack" in frontend_text,
"runtime_readiness_ui": "runtimeReadiness" in frontend_text and "环境就绪" in frontend_text,
"capability_matrix_ui": "capabilities" in frontend_text and "全功能矩阵" in frontend_text,