wxr
2023-07-18 762eed3a31840aa91ac508c63b8df54029cf0262
HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAddPage.cs
@@ -545,6 +545,15 @@
                sceneFunctionInfo += " "+ perState.value + "°";
            }
            var perColorful = sceneFunction.status.Find((obj) => obj.key == FunctionAttributeKey.Colorful);
            if(perColorful != null)
            {
                if(perColorful.value == "on")
                    sceneFunctionInfo += " " + Language.StringByID(StringId.HorseRaceLamp);
                else
                    sceneFunctionInfo = Language.StringByID(StringId.Close) + " " + Language.StringByID(StringId.HorseRaceLamp);
            }
            return sceneFunctionInfo;
        }