wxr
2024-07-16 cbc156bc38d8b8eae7aef60cb186ab2b52fa701f
HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSciencePage.cs
@@ -152,7 +152,7 @@
//                Text = "10°C",
//            };
//            topWeatherView.AddChidren(btnTempUpperLimitText);
//            var btnTempLowerLimit = new Button()
//            {
//                X = btnTempUpperLimitText.Right,
@@ -295,7 +295,7 @@
//                UnSelectedImagePath = "Public/DownIcon.png",
//            };
//            contentView.AddChidren(btnFoorDownIcon);
//            btnRoom = new Button()
//            {
//                X = btnFoorDownIcon.Right,
@@ -514,7 +514,7 @@
//            switch (sensor.spk)
//            {
//                case SPK.SensorPm25:
//                    btnTitle.Text = "PM2.5(ug/m²)";
//                    btnTitle.Text = "PM2.5(ug/m³)";
//                    break;
//                case SPK.SensorTemperature:
//                    btnTitle.Text = Language.StringByID(StringId.Temp) + "(°C)";