refactor: CycleUiHelper 重命名为 FairyUiHelper
对齐 FairyView 宿主命名。环线/充电/按钮/门进程的 Stop 改为 override,避免隐藏基类;Kiva.ForceStop 改为 override。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -278,7 +278,7 @@ namespace StandardScene.Charge
|
||||
// 防止重复启动
|
||||
if (myStarted)
|
||||
{
|
||||
CycleUiHelper.Alert("提示", "充电进程已启动,不可重复启动");
|
||||
FairyUiHelper.Alert("提示", "充电进程已启动,不可重复启动");
|
||||
return;
|
||||
}
|
||||
status.status = "已启动";
|
||||
@@ -671,7 +671,7 @@ namespace StandardScene.Charge
|
||||
/// 停止所有相关线程
|
||||
/// </summary>
|
||||
[MethodMember(Name = "关闭进程", Description = "关闭充电进程")]
|
||||
public void Stop()
|
||||
public override void Stop()
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user