fix: 保证离开BodyModule一定清屏

This commit is contained in:
2026-07-22 04:05:46 +08:00
parent b7fdcf97fe
commit 02d3fc04e6
@@ -119,6 +119,8 @@ namespace AibisDream.FixSystem
var bodyModuleSystem = FixSystemCenter.SystemDic.Get<BodyModuleSystem>();
// 拔出插头
FixPanelSystem.GetRepairPanel<CablePanel>().ResetPlug();
// 清屏
FixPanelSystem.Instance.ScreenPanel.ClearScreen();
// 关闭交互
bodyModuleSystem.DisableSystem();
yield break;