From 39cf2411b59772d56ee731f229f09ff472889bad Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期四, 22 九月 2022 15:12:04 +0800 Subject: [PATCH] Merge branch 'Dev-Branch' into hxb --- HDL_ON/UI/MainPage.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs index a4ba8f6..64b1e92 100644 --- a/HDL_ON/UI/MainPage.cs +++ b/HDL_ON/UI/MainPage.cs @@ -26,7 +26,7 @@ /// <summary> /// 鐗堟湰鍙� /// </summary> - public static string VersionString = "1.6.0"; + public static string VersionString = "1.6.1"; ///// <summary> ///// 瀹㈡埛绔被鍨� ///// </summary> @@ -37,6 +37,11 @@ /// </summary> public static Entity.CityInfo cityInfo = new Entity.CityInfo(); /// <summary> + /// 鍩庡競澶╂皵淇℃伅antion + /// </summary> + public static Action CityWeatherAction = null; + + /// <summary> /// 澶╂皵鍒锋柊action /// </summary> public static Action RefreshAir; -- Gitblit v1.8.0