From d4dd4b3dae26e0e2c60d5fd0a1c856b60fae2bdf Mon Sep 17 00:00:00 2001
From: 666ghj <670939375@qq.com>
Date: Wed, 10 Dec 2025 17:06:38 +0800
Subject: [PATCH] Revise Home.vue content and layout for enhanced clarity and
engagement
- Updated section descriptions to better reflect simulation capabilities and processes.
- Changed metric values and labels to provide clearer insights into performance and cost.
- Enhanced workflow steps with more detailed descriptions for improved user understanding.
- Renamed upload section label for better contextual relevance.
- Adjusted styling for improved layout and readability across components.
---
frontend/src/views/Home.vue | 46 ++++++++++++++++++++++++-------------
1 file changed, 30 insertions(+), 16 deletions(-)
diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue
index 1bb9d7a..ac75c64 100644
--- a/frontend/src/views/Home.vue
+++ b/frontend/src/views/Home.vue
@@ -58,18 +58,18 @@
准备就绪
- 预测引擎待命中。上传非结构化数据(PDF、MD、TXT)以初始化模拟序列。
+ 预测引擎待命中,可上传多份非结构化数据以初始化模拟序列
-
127ms
-
启动时间
+
低成本
+
常规模拟平均5$/次
-
∞
-
扩展限制
+
高可用
+
最多百万级Agent模拟
@@ -83,28 +83,35 @@
01
图谱构建
-
提取实体 & 构建本体
+
事件梳理 & 实体记忆注入 & GraphRAG构建
02
-
模拟准备
-
生成 Agent & 人设配置
+
环境搭建
+
实体关系抽取 & 人设生成 & 环境配置Agent注入仿真参数
03
-
执行与访谈
-
运行模拟 & 交互对话
+
开始模拟
+
双平台并行模拟 & 自动解析预测需求 & 动态更新时序记忆
04
报告生成
-
生成全方位分析报告
+
ReportAgent拥有丰富的工具集与模拟后环境进行深度交互
+
+
+
+
05
+
+
深度互动
+
与模拟世界中的任意一位进行对话 & 与ReportAgent进行对话
@@ -117,7 +124,7 @@
@@ -169,11 +176,11 @@
-
模型: GEMINI-3-PRO
+
引擎: MiroFish-V1.0
@@ -539,6 +546,13 @@ const startSimulation = async () => {
gap: 60px;
border-top: 1px solid var(--border);
padding-top: 60px;
+ align-items: flex-start;
+}
+
+.dashboard-section .left-panel,
+.dashboard-section .right-panel {
+ display: flex;
+ flex-direction: column;
}
/* 左侧面板 */
@@ -569,14 +583,14 @@ const startSimulation = async () => {
.section-desc {
color: var(--gray-text);
- margin-bottom: 40px;
+ margin-bottom: 25px;
line-height: 1.6;
}
.metrics-row {
display: flex;
gap: 20px;
- margin-bottom: 60px;
+ margin-bottom: 15px;
}
.metric-card {