HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TipPopView.cs
@@ -895,7 +895,10 @@ /// <param name="msg">提示错误文本</param> public void FlashingBox(string msg,int time=2) { Application.RunOnMainThread(() => { new PublicAssmebly().TipMsgAutoClose(msg, false, time*1000); }); } /// <summary>