diff --git a/frontend/src/components/Step2EnvSetup.vue b/frontend/src/components/Step2EnvSetup.vue index 6cc025c..bf5c10b 100644 --- a/frontend/src/components/Step2EnvSetup.vue +++ b/frontend/src/components/Step2EnvSetup.vue @@ -436,47 +436,76 @@
系统自动配置的模拟轮数为 {{ autoGeneratedRounds }} 轮,每轮代表现实中 1 小时的时间流逝。
-完整模拟耗时较长,建议将轮数设置为 50 轮(预计耗时约 30 分钟)以快速预览效果。
+预计耗时:约 {{ Math.round(customMaxRounds * 0.6) }} 分钟
若首次运行,强烈建议切换至‘自定义模式’减少模拟轮数,以便快速预览效果并降低报错风险 ➝
+