错误程序子程序优化

This commit is contained in:
“hsc”
2026-08-07 14:54:01 +08:00
parent 80a2cbd80b
commit 99ac3f2b8d
9 changed files with 261 additions and 149 deletions
@@ -24,6 +24,9 @@ namespace UIShare.PubEvent
/// <summary>子程序步骤的名称(用于面包屑显示)</summary>
public string? StepName { get; set; }
/// <summary>是否为错误程序 Tab 的导航(默认 false = 主程序 Tab</summary>
public bool IsErrorProgram { get; set; }
}
public enum NavigateAction