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:
@@ -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">
|
||||
|
||||
@@ -336,3 +336,4 @@ onMounted(() => {
|
||||
border-right: 1px solid #EAEAEA;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user