Update Step2EnvSetup.vue for improved clarity in simulation configuration

- Changed step title to reflect dual-platform simulation configuration.
- Revised API note to specify the endpoint for simulation preparation.
- Enhanced description to provide detailed context on LLM's configuration parameters based on simulation needs and real-world seeds.
This commit is contained in:
666ghj 2025-12-11 18:23:45 +08:00
parent 11e56463b9
commit ceb1399144

View file

@ -118,7 +118,7 @@
<div class="card-header">
<div class="step-info">
<span class="step-num">03</span>
<span class="step-title">生成模拟配置</span>
<span class="step-title">生成双平台模拟配置</span>
</div>
<div class="step-status">
<span v-if="phase > 2" class="badge success">已完成</span>
@ -128,9 +128,9 @@
</div>
<div class="card-content">
<p class="api-note">LLM 智能配置</p>
<p class="api-note">POST /api/simulation/prepare</p>
<p class="description">
LLM 根据模拟需求智能生成时间配置Agent 活跃度发言频率事件触发等参数
LLM 根据模拟需求与现实种子智能设置世界时间流速推荐算法每个个体的活跃时间段发言频率事件触发等参数
</p>
<!-- Config Preview -->