From 6d73bf6e816570291865674bef8bce8972e4de3f Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期三, 01 十二月 2021 16:32:57 +0800
Subject: [PATCH] 2021-12-01-01

---
 HDL_ON/UI/UI2/3-Intelligence/Automation/WeatherCondition.cs |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/WeatherCondition.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/WeatherCondition.cs
index 1c7ba43..f4e8760 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/WeatherCondition.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/WeatherCondition.cs
@@ -56,15 +56,15 @@
                     string text = view.btnClick.Tag.ToString();
                     if (text == Language.StringByID(StringId.clearday))
                     {
-                        value = "sunny";
+                        value = "Sunny";
                     }
                     else if (text == Language.StringByID(StringId.cloudy))
                     {
-                        value = "cloudy";
+                        value = "Cloudy";
                     }
                     else if (text == Language.StringByID(StringId.rain))
                     {
-                        value = "rainy";
+                        value = "Rain";
                     }
                     AddDic(value);
                 };
@@ -108,9 +108,6 @@
                         index = i;
                         break;
                     }
-                    ///鎵惧埌鏍囪绱㈠紩锛岄��鍑哄惊鐜綋
-                    index = i;
-                    break;
                 }
             }
             if (index != -1)

--
Gitblit v1.8.0