@using IwbZero.ToolCommon.StringModel @using WeApp.Helpers @model string @{ string[] arr = Model.Split('#'); string groupNo = arr[0]; string id = $"scene-flow"; bool withScript = (arr.Length > 1 ? arr[1] : "").ValB(); int type = (arr.Length > 2 ? arr[2] : "").ValI(); string body = $"