更新: 11 个文件 - 2026-03-17 21:30:02

这个提交包含在:
hao
2026-03-17 21:30:02 -07:00
父节点 16a40646a3
当前提交 054b24072d
修改 11 个文件,包含 307 行新增60 行删除

查看文件

@@ -941,8 +941,8 @@ def _render_section_dashboard_shells() -> None:
source_index = LOVART_TEMPLATE_DIR / "index.html"
for section in SECTION_ROUTE_DIRS:
section_dir = DASHBOARD_DIR / section
if section == "runs":
# Preserve existing /runs/<run-id>/ bundles; only refresh the section shell.
if section in {"runs", "data"}:
# Preserve existing section artifacts; only refresh the shell entrypoint.
ensure_dir(section_dir)
index_path = section_dir / "index.html"
if index_path.exists():