3个需求处理和插件通信组件引入(和插件共用的一个ts)

This commit is contained in:
2026-07-15 09:49:21 +08:00
parent 66026f211c
commit 0911760e27
26 changed files with 1100 additions and 367 deletions
+8 -7
View File
@@ -7,18 +7,19 @@
<!-- 主内容区域 -->
<div class="agent-page__content" v-loading="pageLoading" element-loading-text="加载中...">
<!-- 准备向导 第1步到第4步-->
<AgentSetupWizard
<!-- <AgentSetupWizard
v-if="!pageLoading && showSetupWizard"
:initial-config="agentConfig"
@complete="handleSetupComplete"
@launch="handleLaunch"
/> -->
<AgentSetupWizard
v-if="true"
:initial-config="agentConfig"
@complete="handleSetupComplete"
@launch="handleLaunch"
/>
<!-- <AgentSetupWizard-->
<!-- v-if="true"-->
<!-- :initial-config="agentConfig"-->
<!-- @complete="handleSetupComplete"-->
<!-- @launch="handleLaunch"-->
<!-- />-->
<!-- 求职助手正式内容区域 -->
<div v-else-if="!pageLoading" class="agent-main">