HDL-ON_Android/Assets/Language.ini | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL-ON_Android/Properties/AndroidManifest.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL-ON_iOS/Resources/Language.ini | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL_ON/Common/R.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL_ON/UI/UI2/FuntionControlView/Acst/AcstSubPage.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
HDL-ON_Android/Assets/Language.ini
@@ -567,6 +567,7 @@ 580=Are you sure to delete this combined dimming? 581= 582=Are you sure to delete this device? 583=EZVIZ 2532=Visitor Invitation Record @@ -1798,6 +1799,7 @@ 580=确定删除该组合调光吗? 581= 582=确定删除该设备吗? 583=萤石摄像头 2532=访客邀请记录 @@ -3006,6 +3008,7 @@ 580=Are you sure to delete this combined dimming? 581= 582=Are you sure to delete this device? 583=EZVIZ 2532=Visitor Invitation Record @@ -4222,6 +4225,7 @@ 580=Are you sure to delete this combined dimming? 581= 582=Are you sure to delete this device? 583=EZVIZ @@ -5424,6 +5428,7 @@ 580=Are you sure to delete this combined dimming? 581= 582=Are you sure to delete this device? 583=EZVIZ 1000=Влажност в стаята HDL-ON_Android/Properties/AndroidManifest.xml
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.6.3" package="com.hdl.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202211221"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.6.3" package="com.hdl.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202211251"> <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29" /> <!--友盟--> <!--<uses-sdk android:minSdkVersion="8"></uses-sdk>--> HDL-ON_iOS/Resources/Language.ini
@@ -565,7 +565,9 @@ 578=Mechanical Arm 579=Cancellation 580=Are you sure to delete this combined dimming? 581= 582=Are you sure to delete this device? 583=EZVIZ 2532=Visitor Invitation Record @@ -1795,7 +1797,9 @@ 578=机械手 579=立即注销 580=确定删除该组合调光吗? 581= 582=确定删除该设备吗? 583=萤石摄像头 2532=访客邀请记录 @@ -3002,6 +3006,10 @@ 578=Mechanical Arm 579=Cancellation 580=Are you sure to delete this combined dimming? 581= 582=Are you sure to delete this device? 583=EZVIZ 2532=Visitor Invitation Record 2533=Visitor management @@ -4215,6 +4223,10 @@ 578=Mechanical Arm 579=Cancellation 580=Are you sure to delete this combined dimming? 581= 582=Are you sure to delete this device? 583=EZVIZ 2532=Visitor Invitation Record @@ -5414,6 +5426,9 @@ 577=Затвори 579=Cancellation 580=Are you sure to delete this combined dimming? 581= 582=Are you sure to delete this device? 583=EZVIZ 1000=Влажност в стаята HDL_ON/Common/R.cs
@@ -4,7 +4,10 @@ { public static class StringId { /// <summary> /// 萤石摄像头 /// </summary> public const int EZVIZ = 583; /// <summary> /// 确定删除该设备吗? /// </summary> HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs
@@ -1070,7 +1070,7 @@ btnName.TextID = StringId.Panel; break; case ShowFunction.SecurityMonitoring: btnName.TextID = StringId.SecurityMonitoring; btnName.TextID = StringId.EZVIZ; btnFunctionViewBg.MouseUpEventHandler = (sender, e) => { HDLCommon.Current.Go2EZvizMonitor(bodyView); HDL_ON/UI/UI2/FuntionControlView/Acst/AcstSubPage.cs
@@ -119,7 +119,7 @@ var tempValuesView = new FrameLayout() { X = Application.GetRealWidth(21), Y = Application.GetRealWidth(17), Y = Application.GetRealWidth(22), Width = Application.GetRealWidth(130), Height = Application.GetRealWidth(132), }; @@ -159,7 +159,7 @@ var humiValuesView = new FrameLayout() { X = Application.GetRealWidth(130+21), Y = Application.GetRealWidth(17), Y = Application.GetRealWidth(22), Width = Application.GetRealWidth(130), Height = Application.GetRealWidth(132), };