refactor: CycleUiHelper 重命名为 FairyUiHelper
对齐 FairyView 宿主命名。环线/充电/按钮/门进程的 Stop 改为 override,避免隐藏基类;Kiva.ForceStop 改为 override。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -39,7 +39,7 @@ namespace StandardScene
|
||||
var cars = string.Join(",", loopingCar.Select(p => $"{p.id}"));
|
||||
var msg = $"小车:{cars}间发生死锁" +
|
||||
$"请及时人工介入处理!!!!";
|
||||
CycleUiHelper.Alert("死锁提醒", msg);
|
||||
FairyUiHelper.Alert("死锁提醒", msg);
|
||||
}
|
||||
catch { }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user