更新: 11 个文件 - 2026-03-17 21:30:02
这个提交包含在:
@@ -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():
|
||||
|
||||
在新工单中引用
屏蔽一个用户