refactor: CycleUiHelper 重命名为 FairyUiHelper
对齐 FairyView 宿主命名。环线/充电/按钮/门进程的 Stop 改为 override,避免隐藏基类;Kiva.ForceStop 改为 override。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -112,7 +112,7 @@ namespace StandardScene.ExtendDevice.ButtonBox
|
||||
/// </summary>
|
||||
[MethodMember(Name = "停止进程")]
|
||||
[I18N.DocumentTranslation(Name = "Stop Mission", locale = "en")]
|
||||
public void Stop()
|
||||
public override void Stop()
|
||||
{
|
||||
StopInternalAsync().GetAwaiter().GetResult();
|
||||
status.status = "/";
|
||||
@@ -768,7 +768,7 @@ namespace StandardScene.ExtendDevice.ButtonBox
|
||||
public static void OpenViewer()
|
||||
{
|
||||
try { ButtonBoxManager.Open(); }
|
||||
catch (Exception ex) { CycleUiHelper.Alert("错误", $"打开按钮盒管理界面失败: {ex.Message}"); }
|
||||
catch (Exception ex) { FairyUiHelper.Alert("错误", $"打开按钮盒管理界面失败: {ex.Message}"); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user