完善一些提示流程

This commit is contained in:
2026-01-27 18:40:08 +08:00
parent 517cba1754
commit 0d9b65f73b
11 changed files with 10624 additions and 2738 deletions
@@ -1,4 +1,4 @@
using AibisDream.Framework;
using AibisDream.Framework;
using AibisDream.Kit;
using AibisDream.Utility;
using DG.Tweening;
@@ -102,6 +102,13 @@ namespace AibisDream.FixSystem
// 从模块拔出时触发事件
EnumEventSystem.Global.Send(EventEnum.PlugOut);
_cableSystem.curBodyModule = null;
// 清除屏幕
var screenSystem = FixSystemCenter.SystemDic.Get<ScreenSystem>();
if (screenSystem != null)
{
screenSystem.ClearTextScreen();
}
}
_cableSystem.curSocket = null;