src/zhangaiwu/AddDikuai.java
@@ -293,10 +293,6 @@ formGroup.add(Box.createRigidArea(new Dimension(0, 8))); formGroup.add(hintLabel); formGroup.add(Box.createRigidArea(new Dimension(0, 20))); JPanel obstacleSection = createObstacleSummarySection(); formGroup.add(obstacleSection); stepPanel.add(formGroup); stepPanel.add(Box.createVerticalGlue()); @@ -1659,10 +1655,6 @@ currentStep = step; cardLayout.show(stepsPanel, "step" + step); if (step == 1) { updateObstacleSummary(); } // 更新按钮状态 updateButtonState(step); }