Update simulation components and descriptions for clarity and functionality

- Added a new method in simulation.js for retrieving detailed run status.
- Revised descriptions in Step1GraphBuild.vue and Step2EnvSetup.vue for improved clarity on simulation processes.
- Updated titles and labels in Step2EnvSetup.vue to better reflect the initialization and setup stages.
- Enhanced styling and layout in Step2EnvSetup.vue for a more cohesive user experience.
- Adjusted descriptions in Home.vue to accurately represent the simulation workflow.
This commit is contained in:
666ghj
2025-12-11 17:02:17 +08:00
parent fc95cc6595
commit 01d94f3d21
5 changed files with 88 additions and 55 deletions

View File

@@ -83,7 +83,7 @@
<span class="step-num">01</span>
<div class="step-info">
<div class="step-title">图谱构建</div>
<div class="step-desc">事件梳理 & 体记忆注入 & GraphRAG构建</div>
<div class="step-desc">现实种子提取 & 个体与群体记忆注入 & GraphRAG构建</div>
</div>
</div>
<div class="workflow-item">

View File

@@ -336,3 +336,4 @@ onMounted(() => {
border-right: 1px solid #EAEAEA;
}
</style>