From bf7fe8b053e1ad26f95140d580e9019df78f638b Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Fri, 12 Dec 2025 10:53:41 +0800 Subject: [PATCH] Revamp simulation rounds configuration in Step2EnvSetup.vue for enhanced user experience - Redesigned the simulation rounds section with a new header layout and improved descriptions for clarity. - Introduced a toggle for custom round settings, allowing users to switch between automatic and custom configurations. - Enhanced the slider for custom rounds with better styling and estimated time display, improving usability. - Updated CSS for a more modern look and feel, including transitions for smoother interactions. --- frontend/src/components/Step2EnvSetup.vue | 518 +++++++++++++--------- 1 file changed, 316 insertions(+), 202 deletions(-) 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) }} 分钟
若首次运行,强烈建议切换至‘自定义模式’减少模拟轮数,以便快速预览效果并降低报错风险 ➝
+