更新: 97 个文件 - 2026-03-17 02:30:01
这个提交包含在:
@@ -779,6 +779,14 @@ 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.
|
||||
ensure_dir(section_dir)
|
||||
index_path = section_dir / "index.html"
|
||||
if index_path.exists():
|
||||
index_path.unlink()
|
||||
shutil.copy2(source_index, index_path)
|
||||
continue
|
||||
_remove_path(section_dir)
|
||||
ensure_dir(section_dir)
|
||||
shutil.copy2(source_index, section_dir / "index.html")
|
||||
|
||||
在新工单中引用
屏蔽一个用户