diff --git a/user-frontend/src/components/AiAssistant.vue b/user-frontend/src/components/AiAssistant.vue index 3acbfe8..31b0cf1 100644 --- a/user-frontend/src/components/AiAssistant.vue +++ b/user-frontend/src/components/AiAssistant.vue @@ -6,13 +6,69 @@ + + + +
+
+ 输入产品信息,AI 数字员工将自动搜索客户、分析匹配并生成开发信。 +
+ + + + + + + + + + + + + {{ agentRunning ? '运行中...' : '🚀 启动数字员工' }} + + + + +
+ +
+
+ + + +
{{ stage.error }}
+
+
+
+
发现 {{ agentPipeline.pipeline_data.leads.length }} 个高匹配客户
+
+ {{ lead.company || lead.name || '未知' }} + 匹配度 {{ lead.match_score }}% +
+
+
+
+ + +