wxr
2023-07-19 6fe1c5ebeb8312edc479a4576f05d80c5051a6c6
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;
        }