Add filterable artifact browser

This commit is contained in:
2026-06-30 15:41:58 +08:00
parent 90dccbea0e
commit 41cb0235cd
4 changed files with 148 additions and 11 deletions

View File

@@ -50,6 +50,11 @@ def evaluate_project() -> dict:
and "datasetOutputCurve" in frontend_text
and "MiniCurvePlot" in frontend_text,
"loss_result_ui": "loss" in frontend_text.lower() and "heatmap" in frontend_text.lower() and "CurvePanel" in frontend_text,
"result_browser_filter_ui": "ResultBrowser" in frontend_text
and "resultFamilyFilter" in frontend_text
and "resultRoleFilter" in frontend_text
and "familyOptions" in frontend_text
and "roleOptions" 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,