feat:三个窗口接口联调版本

This commit is contained in:
liailing1026
2026-01-09 13:54:32 +08:00
parent 5847365eee
commit 920588b063
26 changed files with 4133 additions and 1856 deletions

View File

@@ -84,6 +84,7 @@ onMounted(() => {
<Header />
<Main />
<FloatWindow
v-if="agentsStore.planModificationWindow"
title="任务大纲探索"
@@ -91,6 +92,7 @@ onMounted(() => {
>
<PlanModification />
</FloatWindow>
<FloatWindow
v-if="agentsStore.planTaskWindow"
title="任务过程探索"