将流量信息提取改得有逻辑性一些,当前看似整体的内容提取,看不出来哪些是跟任务相关的内容;整体交互和可配置内容不清晰。PCAP 文件,
流量统计,
还原文件,
流日志,
协议元数据,
解析异常,是否能满足信息提取的要求?
另外:把界面改得更符合中国后端管理系统的模式,菜单名称简化。
现在我理解了问题。我需要:
现在重新设计流量信息提取页面,以任务为中心,逻辑更清晰:
已完成两项修改:
The preview is showing the following runtime errors:
[2026-06-01T09:33:52.429Z] ReferenceError: FileSearch is not defined
at ExtractionDetail (components/extraction-detail.tsx:618:18)
616 | <Card className="bg-card border-border h-full min-h-[400px] flex items-center...
617 | <div className="text-center">
> 618 | <FileSearch className="h-12 w-12 text-muted-foreground/50 mx-auto mb-4" />
| ^
619 | <h3 className="text-lg font-medium text-foreground mb-1">选择提取任务</h3>
620 | <p className="text-sm text-muted-foreground">从左侧列表选择一个任务查看详...
621 | </div>
Fix the code to resolve them.
已修复错误。问题是 FileSearch 图标在代码中使用但未从 lucide-react 导入,现已添加到导入列表中。
完善新建提取任务功能,上报功能需要支持配置;