feat: 批量处理页面与导航

- 新增 web/batch.html + batch.js:目录树选择器(懒加载,本地后端
  提供 roots/dirs 接口)、工作流下拉、进度与产物下载
- 四个页面导航栏增加"批量处理"入口;styles.css 补齐批量页样式
This commit is contained in:
2026-08-23 16:25:11 +08:00
parent 711867e79f
commit cc707dda75
7 changed files with 587 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@
<nav>
<a href="/">发起任务</a>
<a href="/tasks.html">任务管理</a>
<a href="/batch.html">批量处理</a>
<a href="/admin.html">管理后台</a>
<a href="/workflow.html">工作流</a>
</nav>