Merge branch 'bugfix/美术素材填充' into 'develop'

fix: 保证离开BodyModule一定清屏

See merge request aibis-dream/aibis-dream!766
This commit is contained in:
2026-07-21 20:06:30 +00:00
@@ -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;